Skip to content

Commit

Permalink
Fix Ruby gem incorrect path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsuh committed Dec 6, 2016
1 parent 99578ab commit 6f8e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mq-sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Engine < ::Rails::Engine
end
end

mqsass_path = File.expand_path("../../_sass/mq-sass", __FILE__)
mqsass_path = File.expand_path("../../stylesheets", __FILE__)
ENV["SASS_PATH"] = [ENV["SASS_PATH"], mqsass_path].compact.join(File::PATH_SEPARATOR)
end

0 comments on commit 6f8e25f

Please sign in to comment.