alanshaw / grunt-include-replace

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

Should print to grunt.log if file not found #46

Closed qyoz closed 9 years ago

qyoz commented 9 years ago

It currently prints the includePath even when the file does not exist. https://github.com/alanshaw/grunt-include-replace/blob/master/tasks/includereplace.js#L135

There should be some kind of error handling when the file is not found. This is especially important for files containing many templates.