I've added gulp task runner to compile the sass file into css and also minify it.
Furthermore, I've added support for sourcemaps which help with debugging the script.
Simple run npm run start for develop task or npm run build for production.
If you got any questions, feel free to hit me up 😄
I've added gulp task runner to compile the
sass
file intocss
and also minify it. Furthermore, I've added support for sourcemaps which help with debugging the script.Simple run
npm run start
for develop task ornpm run build
for production.If you got any questions, feel free to hit me up 😄