Use flakes (getflakes.com)
This commit is contained in:
parent
8f9d1dc1c9
commit
73485742de
2 changed files with 4 additions and 14 deletions
13
Brocfile.js
13
Brocfile.js
|
@ -4,17 +4,6 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
|||
|
||||
var app = new EmberApp();
|
||||
|
||||
// Use `app.import` to add additional libraries to the generated
|
||||
// output files.
|
||||
//
|
||||
// If you need to use different assets in different
|
||||
// environments, specify an object as the first parameter. That
|
||||
// object's keys should be the environment name and the values
|
||||
// should be the asset to use in that environment.
|
||||
//
|
||||
// If the library that you are including contains AMD or ES6
|
||||
// modules that you would like to import into your application
|
||||
// please specify an object with the list of modules as keys
|
||||
// along with the exports of each module as its value.
|
||||
app.import('bower_components/flakes/css/all.css');
|
||||
|
||||
module.exports = app.toTree();
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "hymenobacterdotinfo",
|
||||
"dependencies": {
|
||||
"handlebars": "~1.3.0",
|
||||
"jquery": "^1.11.1",
|
||||
"jquery": "~2.1.1",
|
||||
"ember": "1.8.1",
|
||||
"ember-data": "1.0.0-beta.12",
|
||||
"ember-resolver": "~0.1.11",
|
||||
|
@ -12,6 +12,7 @@
|
|||
"ember-load-initializers": "stefanpenner/ember-load-initializers#0.0.2",
|
||||
"ember-qunit": "0.1.8",
|
||||
"ember-qunit-notifications": "0.0.4",
|
||||
"qunit": "~1.15.0"
|
||||
"qunit": "~1.15.0",
|
||||
"flakes": "~1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue