Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Created October 14, 2015 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunogarcia/56e9033b82d56afd0618 to your computer and use it in GitHub Desktop.
Save brunogarcia/56e9033b82d56afd0618 to your computer and use it in GitHub Desktop.
/*
Process HTML
Process html files at build time to modify them depending on the release environment
https://www.npmjs.com/package/grunt-processhtml
*/
'processhtml': {
dist: {
files: {
'<%= config.tmp %>/index.html': ['<%= config.dev %>/index.html']
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment