hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
244 stars 56 forks source link

Use load-grunt-tasks to separate tasks #237

Open michaelbeil opened 9 years ago

michaelbeil commented 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

AlchemyUnited commented 9 years ago

So you can put the package in a folder? Am I reading that correctly?