caitp / angular-semantic

AngularJS directives for Semantic-UI
413 stars 47 forks source link

Switch out grunt for gulp? #28

Open deiga opened 10 years ago

deiga commented 10 years ago

I've used Gulp recently in my node projects and it feels a lot...better and easier to handle than grunt.

Would it be ok to switch out Grunt in favor of Gulp?

caitp commented 10 years ago

Absolutely, although I've found that gulp is not necessarily very good for certain things that grunt is fairly good at (like watching the filesystem for changes and running a test web server). But I can't remember if I'm actually using any of that in this project.

A PR to switch over to gulp would probably be accepted, the only thing is making sure that the karma tests can be run nicely. I put together a helper for running karma in https://github.com/angular/watchtower.js which isn't totally perfect, but it works well enough.

So definitely, send a PR, I'll probably take it.