2.0.0 • Published 8 years ago

broccoli-requirejs v2.0.0

Weekly downloads
33
License
MIT
Repository
github
Last release
8 years ago

broccoli-requirejs

Build Status

Install

npm install --save-dev broccoli-requirejs

options

KeyMandatoryTypeDescription
verbose:-1:Boolean (default false)Prints the result of the optimization
cacheInclude:-1:ArraySee (CachingWriter documentation)https://github.com/ember-cli/broccoli-caching-writer#documentation
cacheExclude:-1:ArraySee (CachingWriter documentation)https://github.com/ember-cli/broccoli-caching-writer#documentation
requirejs:+1:ObjectRequireJS options, out or dir is used to set the output tree

Example

var RequireJs = require('broccoli-requirejs');
var tree = new RequireJS('lib', {
  verbose   : true,
  requirejs : {
    name : 'index',
    out  : 'bundle.js'
  }
});

ZOMG!!! TESTS?!?!!?

I know, right?

Running the tests:

npm test

License

This project is distributed under the MIT license.

2.0.0

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago