A task that preprocess HTML, JavaScript, and other files with directives based on of custom variables and/or your NODE_ENV
configuration.
Install the dependencies:
$ cd into/project/root
$ npm install
Run the build:
$ grunt
Grunt will create a new sibling directory named "preprocess-build". View "index.html" and (the newly created) "index_ca.html" in a browser to see the result of the preprocess
task defined in "Gruntfile.js".