equal
deleted
inserted
replaced
13 } |
13 } |
14 }, |
14 }, |
15 fingerprint: { |
15 fingerprint: { |
16 enabled: false |
16 enabled: false |
17 }, |
17 }, |
18 storeConfigInMeta: false, |
18 //storeConfigInMeta: false, |
19 // Add options here |
19 // Add options here |
20 emberCliFontAwesome: { |
20 emberCliFontAwesome: { |
21 useScss: true |
21 useScss: true |
22 }, |
22 }, |
23 sassOptions: { |
23 sassOptions: { |
32 var bootstrapFonts = pickFiles('bower_components/bootstrap-sass/assets/fonts', { |
32 var bootstrapFonts = pickFiles('bower_components/bootstrap-sass/assets/fonts', { |
33 srcDir: '/', |
33 srcDir: '/', |
34 destDir: '/fonts' |
34 destDir: '/fonts' |
35 }); |
35 }); |
36 |
36 |
|
37 app.import({ |
|
38 development: 'bower_components/urijs/src/URI.js', |
|
39 production: 'bower_components/urijs/src/URI.min.js' |
|
40 }); |
|
41 app.import('vendor/shims/urijs.js', { |
|
42 exports: { |
|
43 'urijs': [ 'default' ] |
|
44 } |
|
45 }); |
|
46 app.import({ |
|
47 development: 'bower_components/store/store.js', |
|
48 production: 'bower_components/store/store.min.js' |
|
49 }); |
|
50 app.import('vendor/shims/store.js', { |
|
51 exports: { |
|
52 'store': ['default'] |
|
53 } |
|
54 }); |
37 |
55 |
38 // app.import('../src/vendor/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff', { |
56 // app.import('../src/vendor/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff', { |
39 // destDir: 'fonts' |
57 // destDir: 'fonts' |
40 // }) |
58 // }) |
41 |
59 |