removing unnedded stuff

This commit is contained in:
lone-cloud 2015-10-27 02:13:30 -07:00
parent 3d28d7c009
commit 9c573bc334
4 changed files with 1 additions and 5 deletions

View file

@ -2,11 +2,7 @@
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
fingerprint: {
exclude: ['flare4.png', 'vor8.2.png', 'colo.png']
}
});
var app = new EmberApp(defaults);
app.import('vendor/dancer.js');
app.import('bower_components/bootstrap-sass/assets/javascripts/bootstrap/tooltip.js');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB