grunt-processhtml icon indicating copy to clipboard operation
grunt-processhtml copied to clipboard

Process html files at build time to modify them depending on the release environment

Results 7 grunt-processhtml issues
Sort by recently updated
recently updated
newest added

Bumps and [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse). These dependencies needed to be updated together. Updates `@babel/traverse` from 7.16.3 to 7.23.2 Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core,...

dependencies

Are template strings supported? I am getting the following error from Grunt: `Fatal error: myTemplateStringVar is not defined` My variable looks like below and runs fine in all three major...

Lodash dependency needs to be raised, see: High: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤...

I would like to define a template html file with variables in it, then include it multiple times with different variables during the build. The issue is the first time...

I can't process my HTML that contains this snippet. ``` for s in "${precmd_functions[@]}"; do if [ "$s" = "powerline_precmd" ]; then return fi done ``` The error message and...

Currently every block gets written to the destination file even when the build target does not match the block target. But this results in too many blocks within the destination...