Skip to content

Commit

Permalink
for #9
Browse files Browse the repository at this point in the history
1. run local mock server on Travis
2. update diff due to index.jade update
  • Loading branch information
PinkyJie committed Dec 17, 2015
1 parent b4fb8b4 commit 41936a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ script:
- ./publish-to-gh-pages.sh
after_success:
- npm run codecov
- npm start > /dev/null 2>&1
- npm run e2e -- --ci --build-id=$TRAVIS_BUILD_NUMBER
env:
global:
Expand Down
8 changes: 4 additions & 4 deletions gh-pages-patch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index 426cf72..5319d32 100644

configure (cfg) {
diff --git a/source/app/index.jade b/source/app/index.jade
index 9924009..50c0119 100644
index 3a80e23..30ff8ca 100644
--- a/source/app/index.jade
+++ b/source/app/index.jade
@@ -10,7 +10,7 @@ html(lang="en", ng-app= app, ng-strict-di)
Expand All @@ -21,6 +21,6 @@ index 9924009..50c0119 100644
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no")
- base(href="/")
+ base(href="./")

body(ng-class="_class + '-page'")
.wrapper(ui-view)
// babel polyfill for IE
<!--[if IE]>
<script src="ie-polyfill.{%=o.webpack.hash%}.js"></script>

0 comments on commit 41936a0

Please sign in to comment.