equal
deleted
inserted
replaced
3 var EmberApp = require('ember-cli/lib/broccoli/ember-app'); |
3 var EmberApp = require('ember-cli/lib/broccoli/ember-app'); |
4 |
4 |
5 module.exports = function(defaults) { |
5 module.exports = function(defaults) { |
6 var app = new EmberApp(defaults, { |
6 var app = new EmberApp(defaults, { |
7 // Add options here |
7 // Add options here |
|
8 babel: { |
|
9 includePolyfill: true, |
|
10 }, |
8 sassOptions: { |
11 sassOptions: { |
9 includePaths: [ |
12 includePaths: [ |
10 'bower_components/bootstrap-sass/assets/stylesheets/' |
13 'bower_components/bootstrap-sass/assets/stylesheets/' |
11 ] |
14 ] |
12 }, |
15 }, |
13 fingerprint: { |
16 fingerprint: { |
14 enabled: false |
17 enabled: false, |
|
18 exclude: [ |
|
19 'images/layers-2x.png', |
|
20 'images/layers.png', |
|
21 'images/marker-icon-2x.png', |
|
22 'images/marker-icon.png', |
|
23 'images/marker-shadow.png' |
|
24 ] |
15 } |
25 } |
16 }); |
26 }); |
17 |
27 |
18 // Use `app.import` to add additional libraries to the generated |
28 // Use `app.import` to add additional libraries to the generated |
19 // output files. |
29 // output files. |