johnpapa / gulp-patterns

Playground for Gulp Recipes
500 stars 146 forks source link

Dev is faster, Build runs test earlier #63

Closed johnpapa closed 9 years ago

johnpapa commented 9 years ago

optimize runs test and inject. inject is executed in both dev and build paths, so now test only happens during build. which means CI can run build and get the tests early enough, and dev doesn't run test so its super fast. for dev we need to run test manually