equal
deleted
inserted
replaced
27 // modules that you would like to import into your application |
27 // modules that you would like to import into your application |
28 // please specify an object with the list of modules as keys |
28 // please specify an object with the list of modules as keys |
29 // along with the exports of each module as its value. |
29 // along with the exports of each module as its value. |
30 app.import('bower_components/popcorn-js/popcorn.js'); |
30 app.import('bower_components/popcorn-js/popcorn.js'); |
31 app.import('bower_components/ammap3/ammap/ammap.js'); |
31 app.import('bower_components/ammap3/ammap/ammap.js'); |
32 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
32 app.import('vendor/data/maps/worldLow.js'); |
33 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
33 app.import('vendor/data/maps/continentsLow.js'); |
34 app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); |
34 app.import('vendor/data/maps/france2016Low.js'); |
35 app.import('vendor/shims/ammaps.js', { |
35 app.import('vendor/shims/ammaps.js', { |
36 exports: { |
36 exports: { |
37 'ammaps': ['defaults'] |
37 'ammaps': ['defaults'] |
38 } |
38 } |
39 }); |
39 }); |