maizy / keemun

:skull: Multi repos GitHub search (:mortar_board: learn scala & play 2 & frontend)
MIT License
1 stars 0 forks source link

jsHint profile #8

Closed maizy closed 9 years ago

maizy commented 9 years ago

seems that there is no easy way to include .js in /public :( - https://github.com/sbt/sbt-jshint/issues/16

maizy commented 9 years ago

I'll make some patches for sbt-jshint for checking files in /public/ dir.

maizy commented 9 years ago

I'll make some patches for sbt-jshint for checking files in /public/ dir.

no, I don't. sbt-jshint based on sbt-web which by design supports only one path with sources. It can be done by using some additional options passed to sbt-jshint/src/main/resources/jshint-shell.js, but it's not the right way.