-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMT is undefined error with v0.3.0 #21
Comments
Hello @chrisbarber86 . This gem never was tested with Sprockets 3 or 4, so I am sure, it will not work. |
@le0pard Hmm we've been using it with Sprockets 3 for a while now and haven't had any problems until this latest version. The readme file actually says it's for Sprockets 2 and 3:
|
In this case you need check you env, if it was work before. Clear assets cache for example. |
I am also experiencing this. I've upgraded from 0.2.7 which worked fine, now it does not work. I'll try and investigate but my knowledge of sprockets is limited at this point. |
I ended up just rolling back to 0.2.7 and its working again. |
When we upgrade to the latest version of
smt_rails
-v0.3.0
we are getting the following error when running our test suite:We are using Rails
4.2.7.1
and Sprockets3.7.0
The text was updated successfully, but these errors were encountered: