equal
deleted
inserted
replaced
25 // |
25 // |
26 // If the library that you are including contains AMD or ES6 |
26 // If the library that you are including contains AMD or ES6 |
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/ammap3/ammap/ammap.js'); |
31 app.import('bower_components/ammap3/ammap/ammap.js'); |
31 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
32 app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); |
32 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
33 app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); |
33 app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); |
34 app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); |
34 app.import('vendor/shims/ammaps.js', { |
35 app.import('vendor/shims/ammaps.js', { |