gulp-velocity
gulp-velocity copied to clipboard
A gulp plugin for rendering velocity template,based on node module velocity
如何基于它实现类似java的velocity的layout功能?
貌似作者不再维护这个插件,造了一个配置项更多的轮子。[gulp-vm2html](https://github.com/calledT/gulp-vm2html)
in the `package.jsong` the dependencies argument ``` "velocity": "0.4.0" ``` suggest ``` "velocity": "^0.4.0" ``` new version will fix some bug
Hi @winnieBear, First of all, great job with this node-module. I am starting to use this module to improve my workflow at a project which uses a lot of Velocity...