Use flakes (getflakes.com)

This commit is contained in:
Matthew Dillon 2015-01-12 16:40:12 -09:00
parent 8f9d1dc1c9
commit 73485742de
2 changed files with 4 additions and 14 deletions

View file

@ -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();

View file

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