interactive-pioneers / generator-pioneerapp

Yeoman generator to scaffold front-end web app.
GNU General Public License v3.0
3 stars 0 forks source link

jshint warnings #35

Closed mpeters1 closed 7 years ago

mpeters1 commented 7 years ago

components used: scss, assemble and modernizer

after build with components above grunt qa fails during jshint linter errors in grunfile.js and test/spec/test.js

ain commented 7 years ago

@mpeters1 you're welcome to send a PR. We should also write a spec against this failure:

Can be done in .travis.yaml.

ain commented 7 years ago

Fixed by #38.