codeforamerica / amiinlv

Am I In Las Vegas? Sometimes it's hard to know, because the city limits have the complexity of a fractal curve.
http://amiinlasvegas.com/
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Insert LESS compilation step into npm make script #20

Closed louh closed 10 years ago

louh commented 11 years ago

Should be ready for this once the CSS structure is more or less defined

preppypiet commented 10 years ago

I'd recommend switching it out to using Gulp for frontend builds. You could then effortlessly add a less step (and browserify, which I see you're currently using). You could also then simply add the gulp command as the npm make step if you prefer not running gulp all the time (but would be nice to auto-run browserify or less when any of the relevant files change). I could lend a hand if you want?

louh commented 10 years ago

Thanks for the pull request!

preppypiet commented 10 years ago

Only a pleasure! This should make it easier to tack on extra steps in the build process (like minification, uglify for css etc.). Now I just need to see Las Vegas :) never had the pleasure!