Adding divshot

This commit is contained in:
Matthew Dillon 2015-01-26 14:06:00 -09:00
parent db22b89e6f
commit 969847a89e
3 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@
/libpeerconnection.log
npm-debug.log
testem.log
.divshot-cache

9
divshot.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "hymenobacterdotinfo",
"root": "./dist",
"routes": {
"/tests": "tests/index.html",
"/tests/**": "tests/index.html",
"/**": "index.html"
}
}

View file

@ -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",