Skip to content

Commit

Permalink
No longer need to append sub-dir, root = self
Browse files Browse the repository at this point in the history
  • Loading branch information
cappadona committed Sep 11, 2015
1 parent 63454f2 commit 237ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bourbon.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Bourbon < Locomotive::Wagon::Generators::Site::Base
def self.source_root
File.join(File.dirname(__FILE__), 'bourbon')
File.join(File.dirname(__FILE__))
end
end

Expand Down

0 comments on commit 237ff00

Please sign in to comment.