removing unnedded stuff

This commit is contained in:
Egor 2015-10-27 02:13:30 -07:00
parent 757946c9ac
commit 7ae0664de7
4 changed files with 1 additions and 5 deletions

View file

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