diff -r 9148b2653eb5 -r 2ee96abcce94 cms/app-client/ember-cli-build.js --- 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(); };