Releases: phadej/grunt-literate
Releases · phadej/grunt-literate
Split out ljs
Maintenance release
- Updated dependencies
- Added note about beautiful docs
Use as executable and library
- run
ljsfrom command line - or
require("grunt-literate")(filename) - also you may use glob patterns in directives
Directives
Now you can /// include your-other-files.js
Newline improvements
- Newline at the end of comment
- Only one newline at the end of generated file
Fix issue with unindenting
v0.1.1 Fix issue with unindenting
Initial release
v0.1.0 Initial commit