grunt-extend
v0.4.2
Published
Extends JavaScript Objects and JSON files with other JSON files, and writes them to a new JSON file.
Downloads
475
Readme
grunt-extend
This task extends JavaScript Objects with other JavaScript objects, pretty much
in the same way that _.extend()
does it. Once the final object is created, the
task attempts to JSON.stringify(yourObject)
and write it to a file.
Quite useful for:
- projects that generate multiple modules
- projects that share configuration values across multiple clients
- sharing configuration values across environments