Skip to content

Grunt task to update a json configuration from an other. Adds what's missing. Warns about what to remove.

Notifications You must be signed in to change notification settings

atondelier/grunt-config-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grunt-config-dist

Grunt task to update a json configuration from an other. Adds what's missing. Warns about what to remove.

Usage

Grunt configDist task is a grunt multi task. Each task config has the following properties:

{
    own: './config.json', // path to the config file you will use which and don't commit
    dist: './config.json.dist' // path to the config file which is used to create/update your own config file
}

About

Grunt task to update a json configuration from an other. Adds what's missing. Warns about what to remove.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published