GithubHelp home page GithubHelp logo

Loading CSS files about almond HOT 3 CLOSED

pYr0x avatar pYr0x commented on May 27, 2024
Loading CSS files

from almond.

Comments (3)

jrburke avatar jrburke commented on May 27, 2024 1

almond provides an AMD API for built resources that are bundled into one JS file, so it cannot do any loading of external items. If there is a loader plugin that implements the build APIs that the r.js optimizer calls, then it could be possible for that loader plugin to inline resources that, in the case of CSS, could attach some <style> tags to the DOM with inline CSS. I think it would be hard to work out external resources, like images, referenced by the built file though.

Closing as a discussion ticket, but feel free to continue discussion here.

from almond.

pYr0x avatar pYr0x commented on May 27, 2024

@jrburke thanks.
i wrote a simple css plugin thats load method append the css-file to the document.
it is working, but!: we used systemJS so our require-calls are module!plugin but requireJS has plugin!module, do you know any way to load the plugin with the wrong order?

from almond.

jrburke avatar jrburke commented on May 27, 2024

Probably the best way to do that is to have a post build process that just does a regexp replacement of the IDs to reverse the order.

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.