json-concat-brunch
v1.1.0
Published
Brunch plugin to concatenate JSON files in only one
Downloads
6
Maintainers
Readme
json-concat-brunch
A plugin for Brunch to combine JSON files in only one
Install
npm install json-concat-brunch --save
Usage
plugins : {
concatenate: {
files: {
'public/lang/i18n.json': [ 'public/lang/fr.json', 'public/lang/en.json', 'public/lang/es.json' ],
'public/i18n/en.json': ['public/**/*.en.json']
}
}
}
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
Licence
This project is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.