gulp-annotate
v0.2.0
Published
Make Gulp code for you!
Downloads
1
Maintainers
Readme
gulp-annotate
Makes Gulp write the boring parts of your code!
Installation
Run
npm install --save gulp-annotate
Features
gulpAnnotate.load
: replaces@Load
annotation with a list of file paths.gulpAnnotate.noCache
: prevents file to be cached by browser
Upcoming
gulpAnnotate.objectIgnore
: makes a property not enumerable
Usage
Contributing
You can contribute to this project.
Fork this repo;
Install dependencies
npm install
Write your wonderful code
Before pull-requesting please run:
npm test
npm run lint
Only linted and tested requests will be accepted.