5 ms·
> Instead of being able to use javascript libraries with one another natively, everything goes through Ruby. You can still do that, you can turn the asset pipe
by Fluxx 15y ago
> Instead of being able to use javascript libraries with one another natively, everything goes through Ruby.
You can still do that, you can turn the asset pipeline off and just throw everything in /public like normal if you want.
Re: "through Ruby." If you meant that the body of the CSS file is generated for a request by running through the ruby interpreter, that's not true.