Skip to content

Commit

Permalink
skip the index.js in favor of the actual stylus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Oct 15, 2011
1 parent bdf1a9a commit 02f2daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stylus/source.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Stylus
module Source
def self.bundled_path
File.expand_path("../../../vendor/index.js", __FILE__)
File.expand_path("../../../vendor/lib/stylus.js", __FILE__)
end
end
end

0 comments on commit 02f2daf

Please sign in to comment.