-
Notifications
You must be signed in to change notification settings - Fork 40
Closed

Description
Updated to node v6.9.2 and now get the following error in a yo generator that includes a Gruntfile.js
Running "dom_munger:read" (dom_munger) task
Processing index.html
Warning: Path must be a string. Received [ 'index.html' ] Use --force to continue.
I've made no changes to the Gruntfile.js and this is the config of dom_munger read object:
read: {
options: {
read: [
{selector: '[build-concat]', attribute: 'src', writeto: 'jsRefs', isPath:true}
]
},
src: 'index.html'
},
Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels