1

I develop gem named gemini.

like this: in gemini assets file gemini.coffee required bootstrap plugins and gemini.scss import bootstrap.scss.

Anothor project named: study, the assets appplication.js require gemini.coffee and application.css import gemini.scss

Study project Gemfile config gemini then bundle Start study project services and open http://localhost:3000 but raise error: File to import not found or unreadable: bootstrap-sprockets.

I want to know:

  1. how do i require gemini.scss to my project and also it required bootstrap plugins

  2. why raise error

  3. what is best practice develop ruby gems

thks for everyone!

mixbo
  • 35
  • 6
  • i just found answer in http://stackoverflow.com/questions/27115588/wrapping-the-bootstrap-sass-gem-in-another-gem-causes-asset-manifests-to-break – mixbo Feb 21 '17 at 16:43

0 Answers0