Giter Club home page Giter Club logo

Comments (9)

linstula avatar linstula commented on July 21, 2024

Thanks @abuiles, I'll dig in to this when I get some time

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

@linstula thanks! btw this is only when env==production

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

Sorry, closed it by mistake.

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

@linstula quick update, I just nailed down the issue to the following lines in the index.js

    app.import(path.join(javascriptsPath, 'bs-core.max.js')); // Import bs-core first

    jsFiles.forEach(function(file) {
      var fileName = file.split('.')[0];
      app.import(path.join(javascriptsPath, fileName + '.max.js'));
    });

from ember-cli-bootstrap.

linstula avatar linstula commented on July 21, 2024

👍

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

@linstula is something around here https://github.com/dockyard/ember-cli-bootstrap/blob/master/vendor/ember-addons.bs_for_ember/dist/js/bs-core.max.js#L418

Edit: If I uncomment the following it works https://github.com/dockyard/ember-cli-bootstrap/blob/master/vendor/ember-addons.bs_for_ember/dist/js/bs-core.max.js#L420

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

@linstula The root of the problem is the following Ember.Handlebars.compile in https://github.com/dockyard/ember-cli-bootstrap/blob/master/vendor/ember-addons.bs_for_ember/dist/js/bs-core.max.js#L420

When running ember build --production ember-cli builds with handlebars.runtime.js which doesn't have .compile.

from ember-cli-bootstrap.

abuiles avatar abuiles commented on July 21, 2024

More info ember-addons/bootstrap-for-ember#87

from ember-cli-bootstrap.

linstula avatar linstula commented on July 21, 2024

I was under the impression that bootstrap_for_ember had resolved their issues with using Ember.Handlebars.compile. Thanks for tracking this down. I'll dig into it and see what can be done but likely wont have time until next week to do so.

from ember-cli-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.