grunt-contrib-concat
grunt-contrib-concat copied to clipboard
createEmptyFiles option
Added createEmptyFiles option (default = true). If it is set to false, it prevents creating an empty file if
- no src file is found
- all src files are empty
Is the suggested solution for #157
Great solution, looking forward to see it merged!