Skip to content

Instantly share code, notes, and snippets.

@elentok
Created October 8, 2015 19:12
Show Gist options
  • Save elentok/ae710e5b21343f916dff to your computer and use it in GitHub Desktop.
Save elentok/ae710e5b21343f916dff to your computer and use it in GitHub Desktop.
sprockets-commonjs
#= require 'sprockets/commonjs'
after_configuration do
::Sprockets::CommonJS.module_paths \
<< File.expand_path('./source/javascripts')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment