grunt-process-vm
v0.6.1
Published
Task to process Velocity templates
Downloads
3
Keywords
Readme
grunt-process-vm
A grunt task to process apache velocity templates. Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-process-vm');
Once loaded it automatically integrates into grunt build process.
================
To set task params, add
```js
grunt.config('process-vm', {options : {fileName: 'your_file_name.txt',fileContent: 'your file content'}});
to the Gruntfile.js file of your project.