Closed mattrothenberg closed 8 years ago
Awesome. Question: I realize that minification helps with load time, but it's the uglification that has always puzzled me. Is there a reason we want to obfuscate? I'm genuinely curious.
i like this a lot! i guess for larger projects this would be helpful - but it's a great idea to set it up so when this things explodes we are ready.
@mattrothenberg, if you are working on this one please "assign" it to yourself so others don't duplicate the effort.
@decause uglification/minification are usually synonyms, i've worked on 'proprietary' front-ends at start ups, and i've never experienced anyone wanting to uglify beyond what a minnifier would do.
@samuelcole @kahneraja
looks like this is done, yeah?
yup!
Hi all,
I've started a branch (https://github.com/DevProgress/devprogress.github.io/tree/gulp-sass-spike) that introduces Gulp + Sass + Bower to improve the local dev experience.
Getting Started
Be sure you have Gulp installed.
and Bower
Check out the branch and install the required Node modules and Bower components
Spin up a server for local development
Run the default Gulp task, which watches changes to
main.scss
and spits out amain.css
in theassets/css
directory. You'll need to refresh your browser to see changes, though this could easily be fixed by introducing some kind oflivereload
mechanism.Wishlist
As always, please holler if there are questions!