New Options, Gulp.js Build, More Unit Tests, Updated Docs
Changelog:
- Integrated Gulp.js for the project build system.
- Automatically removed require method calls with empty callback function expressions
- Updated the contributing guide
- Added a new
removeAllRequiresoption that will remove all require method calls from the code - Added a new
ignoreModulesoption that will ignore (not remove) specified AMD defined modules - Added a new
commentCleanNameoption that allows you to customize the comment text that will exclude certain modules from being cleaned - Updated Jasmine unit tests
- Updated contributing guide