grunt-processhtml
Process html files at build time to modify them depending on the release environment
File Explorer
Download Latest Version (.zip)- processhtml.js
- commentMarker.html
- conditional_ie.html
- custom.html
- custom_blocktype.html
- index.html
- index.html
- include.html
- inline.html
- mult_one.html
- mult_three.html
- mult_two.html
- recursive.html
- strip.html
- template.html
- commentMarker.processed.html
- conditional_ie.processed.html
- custom.processed.html
- custom_blocktype.processed.html
- index.processed.html
- index.processed.html
- include.processed.html
- inline.processed.html
- mult_one.processed.html
- mult_three.processed.html
- mult_two.processed.html
- recursive.processed.html
- recursive_1.html
- recursive_2.html
- strip.processed.html
- template.processed.html
- commentMarker.html
- conditional_ie.html
- custom.html
- custom_blocktype.html
- custom_blocktype.js
- header_include.html
- include.html
- index.html
- inline.html
- multiple.html
- recursive.html
- script_include.js
- strip.html
- styles.css
- template.html
- processhtml_test.js
- .gitignore
- .jshintrc
- .npmignore
- .prettierrc
- .travis.yml
- Gruntfile.js
- LICENSE-MIT
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/dciccale/grunt-processhtml
Downloads the entire project code from GitHub to your computer.
cd grunt-processhtml
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install grunt-processhtml --save-dev
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
