Adding divshot
This commit is contained in:
parent
db22b89e6f
commit
969847a89e
3 changed files with 12 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@
|
|||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
testem.log
|
||||
.divshot-cache
|
9
divshot.json
Normal file
9
divshot.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "hymenobacterdotinfo",
|
||||
"root": "./dist",
|
||||
"routes": {
|
||||
"/tests": "tests/index.html",
|
||||
"/tests/**": "tests/index.html",
|
||||
"/**": "index.html"
|
||||
}
|
||||
}
|
|
@ -22,9 +22,10 @@
|
|||
"broccoli-asset-rev": "^2.0.0",
|
||||
"broccoli-ember-hbs-template-compiler": "^1.6.1",
|
||||
"ember-cli": "0.1.7",
|
||||
"ember-cli-6to5": "0.2.1",
|
||||
"ember-cli-content-security-policy": "0.3.0",
|
||||
"ember-cli-dependency-checker": "0.0.7",
|
||||
"ember-cli-6to5": "0.2.1",
|
||||
"ember-cli-divshot": "^0.1.7",
|
||||
"ember-cli-ic-ajax": "0.1.1",
|
||||
"ember-cli-inject-live-reload": "^1.3.0",
|
||||
"ember-cli-qunit": "0.1.2",
|
||||
|
|
Reference in a new issue