Asset Pipeline not working

I’ve tried to follow the instructions contained on the Asset Pipeline page, but it doesn’t seem to work.

I’ve installed both sprockets and middleman-sprockets, I’ve added gem 'middleman-sprockets' to my Gemfile, added activate :sprockets to my config.rb file, and I’ve used //= require "testing" within a .js file (with testing.js being a second file in the same directory) - but it doesn’t work.

Am I missing something?

Cheers

Can you post an issue on the bug tracker (https://github.com/middleman/middleman-sprockets/issues) along with the contents of your Gemfile.lock and config.rb files?

I don’t see any mention of configuration changes to use Sprockets in http://middlemanapp.com/asset-pipeline/. Is that page up-to-date?

Directly interacting with sprockets is an advanced, and API-unstable, internal feature and isn’t documented on the site. Things should “just work.” If they don’t, please file a bug.

The issue I was having has since been fixed (https://github.com/middleman/middleman-sprockets/issues/33) - long story short, I was being an idiot :wink: