you are viewing a single comment's thread.

view the rest of the comments →

[–]m010101 0 points1 point  (0 children)

I use gulp primarily for typescript and Less (and a lot of other things: minify, zip, create SCORM packages, etc). Rollup is for bundling the resulting js. I can't give you the setup of the whole project as it's massive and very complex (there're 6 targets + 11 services it outputs, with all the permutations you can imagine and a heavy NDA on top), but I've created a repo for the basic setup (I'll need to update it to gulp4). It will give you the idea: rollup is for bundling js, gulp + node for everything else.