There is no point in having both NPM scripts and Gulp.
Let's keep things in one place and remove Gulp in favor of a few NPM scripts.
This will simplify the workflow and requirements.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_gulp-3100027-2.patch | 1.05 MB | majmunbog |
Comments
Comment #2
majmunbog commentedA huge patch is with the recompiled CSS.
Dependencies are managed with yarn.
Scripts should compile SCSS to CSS, autoprefix the CSS, use nodemon to watch for changes, serve Browsersync with livereload and generate icons in the same manner as before.
Comment #3
majmunbog commentedComment #4
sumi commentedTested the patch and didn't run into any issues. Node sass, autoprefixer, browsersync are all working as expected, icons are generated and working fine.
Comment #5
sumi commentedComment #7
majmunbog commentedCommited, Thanks Sumi.
Comment #8
majmunbog commentedComment #9
majmunbog commented