cms/app-client/ember-cli-build.js
changeset 85 e95ca73cec54
parent 83 645786bb8587
child 123 4c97e9da1416
--- a/cms/app-client/ember-cli-build.js	Fri Jan 15 17:16:49 2016 +0100
+++ b/cms/app-client/ember-cli-build.js	Mon Jan 18 10:01:39 2016 +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/france2016Low.js');
 
   return app.toTree();
 };