Open krusynth opened 5 years ago
I've been experimenting with Gulp, though it's older, since I have been using a lot of transformation steps and it's more well suited to general tasks. Here's what I'm currently trying out, to resize images (to 3X since I like 16x16 sprites) and to uglify to release:
https://gist.github.com/krues8dr/473ea15b8ba64724c715988126597d54
I have an itch to use ES6+ on my plugins, which probably will end up requiring a Babel step to achieve. This will also allow me to reduce the total filesize for delivery.