equal
deleted
inserted
replaced
41 app.import('vendor/shims/urijs.js', { |
41 app.import('vendor/shims/urijs.js', { |
42 exports: { |
42 exports: { |
43 'urijs': [ 'default' ] |
43 'urijs': [ 'default' ] |
44 } |
44 } |
45 }); |
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 }); |
|
55 |
46 |
56 // app.import('../src/vendor/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff', { |
47 // app.import('../src/vendor/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff', { |
57 // destDir: 'fonts' |
48 // destDir: 'fonts' |
58 // }) |
49 // }) |
59 |
50 |