Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Oct 2, 2016
1 parent 33e8103 commit 90046fe
Show file tree
Hide file tree
Showing 17 changed files with 606 additions and 5 deletions.
Binary file added dist/assets/images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/images/shanghai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/images/sort-s0f57be200a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/images/tiny.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicon.ico
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.eot
Binary file not shown.
565 changes: 565 additions & 0 deletions dist/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html><html ng-app="jackblog"><head><meta charset="utf-8"><title>Jackblog angular1.x 版</title><base href="/"><meta name="description" content="This is Jack Hu's blog."><meta name="keyword" content="Jackblog angular1 angular angular-ui-bootstrap angular-resource angular-ui-router AngularJS-Toaster ngprogress"><meta name="viewport" content="width=device-width"><link rel="stylesheet" href="styles/vendor-b66384e3df.css"><link rel="stylesheet" href="styles/app-d41d8cd98f.css"></head><body ng-class="{'night-mode':!dayMode,'day-mode':dayMode}" ng-init="(dayMode=true)"><!--[if lt IE 9]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--><div class="top-box" ui-view=""></div><toaster-container toaster-options="{'close-button':true}"></toaster-container><script src="scripts/vendor-c14a4390d1.js"></script><script src="scripts/app-fe551b1424.js"></script></body></html>
1 change: 1 addition & 0 deletions dist/scripts/app-fe551b1424.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions dist/scripts/vendor-c14a4390d1.js

Large diffs are not rendered by default.

Empty file added dist/styles/app-d41d8cd98f.css
Empty file.
13 changes: 13 additions & 0 deletions dist/styles/vendor-b66384e3df.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/app/app.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function () {
return angular.module('jackblog')
.constant('ServerUrl', "http://localhost:9000")
.constant('IsDebug', true)
.constant('CookieConfig', {"domain":""});
.constant('ServerUrl', "https://api.jackhu.top")
.constant('IsDebug', false)
.constant('CookieConfig', {"domain":".jackhu.top"});

})();
4 changes: 2 additions & 2 deletions src/app/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ $icon-font-path: "../../bower_components/bootstrap-sass/assets/fonts/bootstrap/"
// injector
@import "!base.scss";
@import "components.scss";
@import "mobile/mobile.scss";
@import "settings/settings.scss";
@import "article/article.scss";
@import "main/main.scss";
@import "mobile/mobile.scss";
@import "settings/settings.scss";
// endinjector

0 comments on commit 90046fe

Please sign in to comment.