Running "processhtml:dist" (processhtml) task
Verifying property processhtml.dist exists in config...OK
Files: index.html -> dest/index.html
Options: process=false, data={}, templateSettings=null, includeBase=null, commentMarker="build", strip=false, recursive=false, customBlockTypes=[], environment="dist"
Warning: Path must be a string. Received undefined Use --force to continue.
I get this error using Node.js 6.9.5, grunt 1.0.1 and grunt-processhtml 0.4.1:
Error: Path must be a string. Received undefined.
Using Node 4.2.3 everything works fine.
Using this
grunt-processhtml
config in myGruntfile
:Verbose output:
I get this error using Node.js
6.9.5
, grunt1.0.1
and grunt-processhtml0.4.1
:Error: Path must be a string. Received undefined
. Using Node4.2.3
everything works fine.