Skip to content

Instantly share code, notes, and snippets.

@thetron
Last active August 31, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thetron/30227a2ed627f8906714 to your computer and use it in GitHub Desktop.
Save thetron/30227a2ed627f8906714 to your computer and use it in GitHub Desktop.
Middleman Rails Assets config
# config.rb
after_configuration do
if defined?(RailsAssets)
RailsAssets.load_paths.each do |path|
sprockets.append_path path
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment