Giter Site home page Giter Site logo

almond + coffee script about almond HOT 2 CLOSED

requirejs avatar requirejs commented on July 17, 2024
almond + coffee script

from almond.

Comments (2)

jrburke avatar jrburke commented on July 17, 2024

almond cannot dynamically load code so trying to dynamically load the 'two' bundle will fail regardless if a loader plugin is used. If you want dynamic loading, bundle requirejs instead. An example, which shows how to map 'require' to 'requireLib' so it can be properly inlined in the build is in the second example here:

http://requirejs.org/docs/optimization.html#onejs

If second is already included with the built file with almond and no dynamic code loading is needed, just a dynamic require for it some time later, then what you can do for loader plugins that you just want a stub value for, you can use the stubModules config when using r.js to combine the files together:

https://github.com/jrburke/r.js/blob/master/build/example.build.js#L295

Closing as I believe stubModules is probably what will fix the problem.

from almond.

ichernev avatar ichernev commented on July 17, 2024

Thank you!

from almond.

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.