firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

register-task.yaml #5

Closed jgallen23 closed 11 years ago

jgallen23 commented 11 years ago

Be able to define tasks in a register-task.yaml (or maybe aliases.yaml).

default:
  - jshint
  - concat
prod:
  - uglify
dev:
  - default
  - connect
  - watch

@williamsb @cbas @dylang @belelros @dawnerd Do you guys have any thoughts on this? Would you use it?