🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

json-concat-brunch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-concat-brunch

Brunch plugin to concatenate JSON files in only one

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

json

FAQs

Package last updated on 10 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts