cms/app-client/ember-cli-build.js
changeset 309 6ab16926b675
parent 261 02e2396bcbbc
child 393 5ef3bfef0bff
--- a/cms/app-client/ember-cli-build.js	Sun Oct 02 11:49:00 2016 +0200
+++ b/cms/app-client/ember-cli-build.js	Sun Oct 02 16:50:11 2016 +0200
@@ -29,9 +29,9 @@
     // along with the exports of each module as its value.
     app.import('bower_components/popcorn-js/popcorn.js');
     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');
+    app.import('vendor/data/maps/worldLow.js');
+    app.import('vendor/data/maps/continentsLow.js');
+    app.import('vendor/data/maps/france2016Low.js');
     app.import('vendor/shims/ammaps.js', {
         exports: {
             'ammaps': ['defaults']