You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdvAgg has the validator submodule which can run JSHint on your drupal install. It also has the mod submodule which has an option to not include jQuery if jQuery is not going to be used (jQuery and Drupal JavaScript libraries and settings are output even when no JS is added to the page).
Ooh that's really nice! I didn't know about that. Looks like the patch was close to RTBC for 7 no? Care to do one more review on it so it might make it in core? :)
What I hope happens with JSHint is that it's run before the automated test on the testbot and on projects that have CI set up ; to be able to do that all of core, contrib and custom must validate. The clientside JSHint validation is really neat, could definitely see that in the coder module :D
Comments for Fixing contrib javascript.
The text was updated successfully, but these errors were encountered: