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
and some partials in my views I end up with the error
Running "haml:compile" (haml) task
>> [stdin]:2:41: error: the variable "_basket_prize" can't be assigned with ?= because it has not been declared before
>> window.HAML.apps/lottery/show/templates/_basket_prize ?= {}
>> ^^^^^^^^^^^^^
Warning: Haml failed to compile. Use --force to continue.
Having gruntfile
and some partials in my views I end up with the error
as you can see views are correctly assigned with
but templates are wrongly assigned with
Any idea how to solve this issue?
The text was updated successfully, but these errors were encountered: