cms/app-client/ember-cli-build.js
changeset 50 182f46ea5a56
parent 36 2ee96abcce94
child 83 645786bb8587
equal deleted inserted replaced
23:037687868bc4 50:182f46ea5a56
    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 };