grunt-splitter
v1.0.0
Published
Split your Gruntfile.js into small chunks!
Downloads
8
Maintainers
Readme
Grunt Splitter
Split your Gruntfile.js
across multiple files without using any external dependencies.
Thanks to the 0.4.5 release of Grunt.js which introduced grunt.config.merge
, you can now easily split your Gruntfile.js
into several files, without the need to install any third-party dependencies.
This repository should be considered a sample template and is aimed to provide you with bare-bones structure for your project.