cms/app-client/ember-cli-build.js
changeset 123 4c97e9da1416
parent 83 645786bb8587
child 136 5fed7e1716c2
equal deleted inserted replaced
122:b37fde30dd4a 123:4c97e9da1416
    28   // along with the exports of each module as its value.
    28   // along with the exports of each module as its value.
    29   app.import('bower_components/ammap3/ammap/ammap.js');
    29   app.import('bower_components/ammap3/ammap/ammap.js');
    30   app.import('bower_components/ammap3/ammap/maps/js/worldLow.js');
    30   app.import('bower_components/ammap3/ammap/maps/js/worldLow.js');
    31   app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js');
    31   app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js');
    32   app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js');
    32   app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js');
       
    33   app.import('vendor/shims/ammaps.js', {
       
    34     exports: {
       
    35       'ammaps': ['defaults']
       
    36     }
       
    37   });
    33 
    38 
    34   return app.toTree();
    39   return app.toTree();
    35 };
    40 };