문제

I'd like to write a gem that prepends some license tags to a rails app's JavaScript files after they've been through the asset pipeline. Does anyone know an example gem that does something similar that I can look at?

I'm guessing I can do this with a Sprockets post-processor. Since this is the first ruby gem I've ever written, I need some guidance.

도움이 되었습니까?

해결책

I found a good example here - https://github.com/jsuder/sprockets-strict-mode

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top