Closed fny closed 8 years ago
Yeah, if you're running the version off of rubygems you'll get that. The activation is a change made between rc1 and now. Should be good pulling off of master:
# Gemfile
gem "middleman-sprockets", github: "middleman/middleman-sprockets"
Also, I think you'll want to activate sprockets outside the development block -- otherwise it wouldn't run on build and assets would be handled differently (unless that's on purpose).
Let me know if you run into anything else.
Whenever I add
activate :sprockets
to myconfig.rb
file, I get the following error:It looks like middleman-sprockets is somehow activating itself.
Running Middleman 4.1.6 with Middleman Sprockets 4.0.0.rc.1. Here's my config file with comments removed: