Extending Rails asset pipeline with custom preprocessors
If you’re using Rails asset pipeline and you wish you didn’t have to add the .erb extension and <%= ... %> blocks to your asset files, check out this article: Extending asset pipeline with custom preprocessors.
Post a comment