You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sprockets itself doesn't force any of these dependencies on you, so I don't think sinatra-sprockets should either. We just want to use this to process and serve a few scss stylesheets, and don't want all the javascript runtime stuff, especially therubyracer which is a major pain to package in production.
So I'd advocate for the only runtime dependency here being sprockets itself, and if you want to use these other libraries, you need to include them in your Gemfile.
The text was updated successfully, but these errors were encountered:
From the gemspec:
Sprockets itself doesn't force any of these dependencies on you, so I don't think sinatra-sprockets should either. We just want to use this to process and serve a few scss stylesheets, and don't want all the javascript runtime stuff, especially therubyracer which is a major pain to package in production.
So I'd advocate for the only runtime dependency here being sprockets itself, and if you want to use these other libraries, you need to include them in your Gemfile.
The text was updated successfully, but these errors were encountered: