diff -r 3e93c61f6be0 -r e95ca73cec54 cms/app-client/ember-cli-build.js --- 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(); };