0.5.0 • Published 10 years ago

grunt-mbaaz-concat v0.5.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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.