jgthms / minireset.css

A tiny modern CSS reset
http://jgthms.com/minireset.css/
MIT License
2.78k stars 518 forks source link

Feature: gulp task runner #4

Closed marcobiedermann closed 8 years ago

marcobiedermann commented 8 years ago

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 😄

jgthms commented 8 years ago

Ah yes, I forgot to add the build scripts. Thanks for pointing that out.

I'm probably just gonna use the npm script just like I did for Bulma.