Get Gem vendor files in asset pipeline path

前端 未结 3 1951
故里飘歌
故里飘歌 2021-01-05 01:11

I have created a gem with a vendor directory containing stylesheets and javascripts from bootstrap-sass and bootstrap itself.

The directory structure is bootstrap-sa

3条回答
  •  [愿得一人]
    2021-01-05 01:54

    The problem was with my require_paths variable. The correct setting should have been:

    s.require_paths = ["lib"]
    

提交回复
热议问题