diff --git a/Brocfile.js b/Brocfile.js index a69fc99..17d05fc 100644 --- a/Brocfile.js +++ b/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(); diff --git a/bower.json b/bower.json index 037fedd..c10b698 100644 --- a/bower.json +++ b/bower.json @@ -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" } }