Open michaelbeil opened 9 years ago
We could use https://github.com/sindresorhus/load-grunt-tasks and move tasks into separate smaller/focused files within a Grunt folder.
Where the Gruntfile.js only contains the config vars for paths: https://github.com/archetyped/simple-lightbox/blob/master/Gruntfile.js
Individual tasks are in separate files in the Grunt folder: https://github.com/archetyped/simple-lightbox/tree/master/grunt
So you can put the package in a folder? Am I reading that correctly?
We could use https://github.com/sindresorhus/load-grunt-tasks and move tasks into separate smaller/focused files within a Grunt folder.
Where the Gruntfile.js only contains the config vars for paths: https://github.com/archetyped/simple-lightbox/blob/master/Gruntfile.js
Individual tasks are in separate files in the Grunt folder: https://github.com/archetyped/simple-lightbox/tree/master/grunt