Gulp.js is a JavaScript task runner which helps automate repetitive tasks like minification, compilation, unit testing, linting, etc.
1
vote
0answers
131 views
Gulp file for a simple SVG/Sass project
Here's a simple gulpfile.js I'm using on a very simple project which basically consists of an animation built with Sass, SVG and very little JS.
...