Closed darthdeus closed 11 years ago
I found that if you put a space between requires, such as
#= require foo #= require bar
it is not the same as
This behavior is different from how Sprockets behaves. I'm not sure if this is intentional, but I didn't find a closed issue for it.
I don't believe this should be the case. What is the behavior you're seeing?
I found that if you put a space between requires, such as
it is not the same as
This behavior is different from how Sprockets behaves. I'm not sure if this is intentional, but I didn't find a closed issue for it.