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
JSHint tells me that $ is undefined, but only bacuase it didn't read the line //= require jquery properly. I'm not asking it to JSHint jquery, just this file, but after reading jquery... does that make any sense?
If my request does make sense and there's any way to make this to work please let me know. Thanks in advance 👍
The text was updated successfully, but these errors were encountered:
Hi,
I don't consider this an issue, but it would be awesome if this could read JS files with
require
directives from Rails assets pipeline. Example:I have a file called info.js that reads:
JSHint tells me that
$
is undefined, but only bacuase it didn't read the line//= require jquery
properly. I'm not asking it to JSHint jquery, just this file, but after reading jquery... does that make any sense?If my request does make sense and there's any way to make this to work please let me know. Thanks in advance 👍
The text was updated successfully, but these errors were encountered: