--- a/cms/app-client/ember-cli-build.js Thu Dec 10 16:05:53 2015 +0100
+++ b/cms/app-client/ember-cli-build.js Thu Dec 10 17:04:51 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();
};