Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grunt-splitter

goodpixels701.0.0

Split your Gruntfile.js into small chunks!

grunt, modular, amd, split, merge, splitter, break up, config, configuration, tasks

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.