assemble / assemble.io

Website and documentation for Assemble.

Home Page:http://assemble.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Build System

pburtchaell opened this issue · comments

So I assume we will have to do this eventually.... If you'd like I can take care of migrating from Grunt to gulp when the time comes.

I'm planning to get going on the homepage task; it would be helpful to have gulp compiling LESS.

If you'd like I can take care of migrating from Grunt to gulp when the time comes

Thanks! but we'll be using Assemble to do it ;-) I really appreciate the offer, but I'm planning on tackling this myself as a way of checking for regressions and working out bugs.

(btw, we already have a feature tag, I think enhancement is a duplicate of that)

Gotcha. So what about JS concatenation, LESS, copying files, etc? Will you use the assemblefile.jsfor that, or gulp?

Assemble v0.6.0 can run any gulp plugin. So we'll be doing it all on this project. However, that won't be the best approach for every project.

Okay sounds good.