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
I couldn't deploy to server because my assets wouldn't precompile so i tried to precompile it locally and i get NoMethodError: undefined method []' for nil:NilClass and as soon as i remove content-tools.min from my application.scss everything is fine.
I googled the error and didn't find someone with exact problem but alot of similar problems got resolved by renaming files from .css to .scss - maybe this will be a good starting point for you
The text was updated successfully, but these errors were encountered:
I couldn't deploy to server because my assets wouldn't precompile so i tried to precompile it locally and i get
NoMethodError: undefined method []' for nil:NilClass
and as soon as i removecontent-tools.min
from my application.scss everything is fine.I googled the error and didn't find someone with exact problem but alot of similar problems got resolved by renaming files from .css to .scss - maybe this will be a good starting point for you
The text was updated successfully, but these errors were encountered: