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

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

 
 
 

Contributors