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
Each coffee file due compiling is wrapped in a closure, so when I have multiple .coffee files with application parts, after compiling they have no access to each other. At the moment i workaround this with passing bare=true option to compiler, bit this is not good.
When working with Coffescript it is important to concat .coffee files before compilation to js. Is there a way to do this?
The text was updated successfully, but these errors were encountered: