smashingboxes / web-boilerplate

A template for new front-end projects.
3 stars 2 forks source link

Update scripts #24

Closed jahammo2 closed 7 years ago

jahammo2 commented 7 years ago

Why

Because running the linter before running tests is so annoying. I think linting is great but it's something to do before you push up code, not while you're continuously changing code.

What

dacur commented 7 years ago

we run linting after all specs pass (so if you run your specs and some fail, linting doesn't run).

i see you removed it, but does it ever run locally?

i believe in you. 👍

and so does denver.

screen shot 2017-03-23 at 10 23 19 am
jahammo2 commented 7 years ago

It runs behind the scenes when the server is running.

jahammo2 commented 7 years ago

Doing it