grunt-mbaaz-concat
v0.5.0
Published
Concatenate files.
Downloads
2
Readme
grunt-contrib-concat
This is a fork of this repo: https://github.com/gruntjs/grunt-contrib-concat
The addition to this is:
skipWhenSourceEmpty
This is an option you can set, when true, will make sure that files are concatenated before the destination file is written. If no source files are present (even if minimatch pattern present), no destination is written to disk.