rave-curl-css

0.4.0 • Public • Published

rave-curl-css

rave-curl-css is a RaveJS extension that adds the ability to use the css plugin from curl.js in your RaveJS application.

When using an ES6 loader, AMD plugins aren't the most efficient way to load non-module resources. However, refactoring to use ES6 loaders can be a hassle. This extension allows existing AMD code bases to start using RaveJS without immediate refactoring. In the long term, you should investigate using true ES6 loader extensions such as rave-load-text and rave-load-css.

Usage

This is all that is required to start using this extension in your RaveJS app:

npm install --save rave-curl-css

or:

bower install --save rave-curl-css

Any code that references the css plugin in AMD or node-formatted code will automatically find and use curl's plugin:

define(['css!my-stylesheet.css'], function (sheet) {
    // use sheet here
});
var sheet = require('css!my-stylesheet.css');
// use sheet here

Testing

TBD

Contributing

Pull requests accepted! Please see Contributing.

About

Brought to you by cujoJS.

Package Sidebar

Install

npm i rave-curl-css

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • unscriptable