alanshaw / grunt-include-replace

Grunt task to include files and replace variables. Allows for parameterised includes.
MIT License
200 stars 45 forks source link

fix: Include file(s) not found error on Windows updated Grunt 1.6.0 #82

Open forestk opened 1 year ago

forestk commented 1 year ago

fixed #83

Solution

Use windowsPathsNoEscape option when using grunt.file.expand. (only Windows)