Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.97 KB

changelog.md

File metadata and controls

46 lines (25 loc) · 1.97 KB
  • Check for all Gruntfiles spelling variants by using glob (reported by juriejan)
  • Stop buffering the subprocesses output (by kevinconaway)
  • Remove dependencies to lpad and colors (output won’t be as nice anymore, but faster)
  • Add passGruntFlags option to control whether grunt option flags are passed to the subgrunt tasks (by kingbin)
  • Add limit option to limit the number of child processes created (by blaiprat)
  • Add npmClean option to remove development dependencies after running the grunt tasks (requires npm >= 1.3.10)
  • Propagate grunt option flags to the sub-projects
  • BREAKING: Rename target.modules to target.projects
  • Improve errors output
  • Improve overall output
  • Allow specifying an array to run multiple tasks
  • Add grunt task to lint JavaScript files

v0.0.1

  • Initial release