cms/app-client/ember-cli-build.js
changeset 36 2ee96abcce94
parent 5 d4b3da0dadc9
child 83 645786bb8587
equal deleted inserted replaced
35:9148b2653eb5 36:2ee96abcce94
    24   //
    24   //
    25   // If the library that you are including contains AMD or ES6
    25   // If the library that you are including contains AMD or ES6
    26   // modules that you would like to import into your application
    26   // modules that you would like to import into your application
    27   // please specify an object with the list of modules as keys
    27   // please specify an object with the list of modules as keys
    28   // along with the exports of each module as its value.
    28   // along with the exports of each module as its value.
       
    29   app.import('bower_components/ammap3/ammap/ammap.js');
       
    30   app.import('bower_components/ammap3/ammap/maps/js/worldLow.js');
       
    31   app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js');
       
    32   app.import('bower_components/ammap3/ammap/maps/js/franceDepartmentsLow.js');
    29 
    33 
    30   return app.toTree();
    34   return app.toTree();
    31 };
    35 };