cms/app-client/ember-cli-build.js
changeset 36 2ee96abcce94
parent 5 d4b3da0dadc9
child 83 645786bb8587
--- a/cms/app-client/ember-cli-build.js	Mon Nov 30 17:49:12 2015 +0100
+++ b/cms/app-client/ember-cli-build.js	Mon Nov 30 17:50:02 2015 +0100
@@ -26,6 +26,10 @@
   // modules that you would like to import into your application
   // please specify an object with the list of modules as keys
   // along with the exports of each module as its value.
+  app.import('bower_components/ammap3/ammap/ammap.js');
+  app.import('bower_components/ammap3/ammap/maps/js/worldLow.js');
+  app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js');
+  app.import('bower_components/ammap3/ammap/maps/js/franceDepartmentsLow.js');
 
   return app.toTree();
 };