changeset 123 | 4c97e9da1416 |
parent 83 | 645786bb8587 |
child 136 | 5fed7e1716c2 |
--- 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(); };