sebastianekstrom / boilerplate

A solid boilerplate to help you get up and running in a new project
http://zerosixthree.se
MIT License
82 stars 14 forks source link

Add the possibility to use Gulp instead of Grunt #1

Closed sebastianekstrom closed 9 years ago

sebastianekstrom commented 9 years ago

Since some project might suit/require either Grunt or Gulp, it would be nice to be able to choose between the two.

sebastianekstrom commented 9 years ago

I've now speeded up the building process by almost 80% by using Grunt JIT and Grunt Concurrent. No need for Gulp now :)