diff -r b37fde30dd4a -r 4c97e9da1416 cms/app-client/ember-cli-build.js --- a/cms/app-client/ember-cli-build.js Fri Feb 12 15:30:32 2016 +0100 +++ b/cms/app-client/ember-cli-build.js Fri Feb 12 22:31:48 2016 +0100 @@ -30,6 +30,11 @@ 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'); + app.import('vendor/shims/ammaps.js', { + exports: { + 'ammaps': ['defaults'] + } + }); return app.toTree(); };