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