Skip to content

Commit

Permalink
Added ember-cli-github-pages addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Nov 23, 2016
1 parent b9802e3 commit b5a5385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"ember-cli": "2.7.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-github-pages": "0.1.2",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
Expand Down
2 changes: 2 additions & 0 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ module.exports = function(environment) {
}

if (environment === 'production') {
ENV.locationType = 'hash';
ENV.rootURL = '/ember-initials/';

}

Expand Down

0 comments on commit b5a5385

Please sign in to comment.