FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

How To Turn Off Linting? #73

Closed JimLynchCodes closed 7 years ago

JimLynchCodes commented 7 years ago

Gulp serve doesn't reload the page unless all linting passes. This is outrageous. What's even worse, there is nothing in the webpack gulp task to turn off linting...

tbezman commented 7 years ago

Hey guys, for anyone else that had this issue, the way I was able to disable it was by going to the webpack configuration files and removing the loader for eslint.

The webpack config files are in conf/ . I had to change webpack-dist.conf.js webpack-test.conf.js and webpack.conf.js