Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Broccoli compiler to convert AMD modules to regular javaScript

License

Notifications You must be signed in to change notification settings

simplereach/broccoli-amdclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-amdclean

Broccoli filter to convert AMD modules to regular javaScript

Install:

npm install --save broccoli-amdclean

Usage

var amdclean = require('broccoli-amdclean');
tree = amdclean(tree, options);

Options

All options (except for the 'code' option, which is replaced by the tree) that AMDclean supports are supported. They can be found on the [AMDclean page.] (https://github.com/gfranko/amdclean)

About

Broccoli compiler to convert AMD modules to regular javaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published