Add deploying ability
This commit is contained in:
parent
7b83a218e7
commit
e2f9e39fa9
@ -36,7 +36,7 @@ You will need the following things properly installed on your computer.
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
### Code Generators
|
||||
|
||||
|
@ -25,6 +25,10 @@
|
||||
"ember-cli-app-version": "^1.0.0",
|
||||
"ember-cli-babel": "^5.1.6",
|
||||
"ember-cli-dependency-checker": "^1.2.0",
|
||||
"ember-cli-deploy": "0.6.1",
|
||||
"ember-cli-deploy-build": "0.1.1",
|
||||
"ember-cli-deploy-revision-data": "0.2.1",
|
||||
"ember-cli-deploy-rsync": "0.0.4",
|
||||
"ember-cli-htmlbars": "^1.0.3",
|
||||
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
|
||||
"ember-cli-inject-live-reload": "^1.4.0",
|
||||
@ -36,6 +40,7 @@
|
||||
"ember-cli-uglify": "^1.2.0",
|
||||
"ember-data": "^2.5.0",
|
||||
"ember-export-application-global": "^1.0.5",
|
||||
"ember-inflector": "1.9.4",
|
||||
"ember-load-initializers": "^0.5.1",
|
||||
"ember-resolver": "^2.0.3",
|
||||
"loader.js": "^4.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user