Add SCSS to ember project

This commit is contained in:
Tom Price
2016-08-09 15:24:52 +01:00
parent abc0394724
commit b194feb36b
7 changed files with 977 additions and 133 deletions

View File

@@ -1,8 +1,10 @@
{
"name": "py-rigs",
"name": "pyrigs",
"dependencies": {
"ember": "~2.7.0",
"ember-cli-shims": "0.1.1",
"ember-qunit-notifications": "0.1.0"
"ember-qunit-notifications": "0.1.0",
"js-cookie": "^2.1.2",
"bootstrap-sass": "^3.3.7"
}
}