mozilla / chronicle

find everything you've ever found
http://mozillachronicle.tumblr.com/
Mozilla Public License 2.0
16 stars 6 forks source link

chore(build): make linting quicker when committing code #354

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

Speeds up the build process by using grunt-newer to only lint modified files during the pre-push git hook (via $ grunt quicklint).

Fixes #322

pdehaan commented 9 years ago

Travis seems to have failed on the tests, not my changes (which wouldn't even be exercised by Travis since it runs the full grunt lint now that I think about it).

pdehaan commented 9 years ago

r? @6a68 since he reviewed some stuff in #322

jaredhirsch commented 9 years ago

awesome! looks like the build step went just fine, which is the only thing this change could have broken on Travis.