Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprockets recipe raises errors #144

Open
joallard opened this issue Apr 12, 2018 · 0 comments
Open

Sprockets recipe raises errors #144

joallard opened this issue Apr 12, 2018 · 0 comments

Comments

@joallard
Copy link

Just want to pitch in that the Sprockets recipe seems to raise errors and need some adjustments. Namely, the environment setting defaults to the symbol :development rather than the Sprockets environment.

Here's my snippet:

sprockets = Sprockets::Environment.new
set :sprockets, sprockets
sprockets.append_path "assets/stylesheets"
sprockets.append_path "assets/javascripts"

I'm in the middle of a project right now and don't have the time for a PR, but I thought I'd at least leave some notes here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant