anglepoised/assemble-boilerplate

Structure grunt tasks in groups

Closed this issue · 0 comments

What goes where? What happens when?

Rich Hallows said:

Integrating them seems to make the most sense to me. I think I'm going to use gulp for quickly manipulating text files and grunt for more complex tasks. And I think I'll use grunt as the container for it all. So, the first thing I'm going to do is update my CSS task, within grunt, to use gulp i.e. a stream of "lint -> pre-process (stylus, rework, myth etc) -> post-process (autoprefixer etc) -> minify -> banner", which should all happen in memory and be super quick.