lib/joosy.rb in joosy-1.2.0.alpha.6 vs lib/joosy.rb in joosy-1.2.0.alpha.7

- old
+ new

@@ -7,11 +7,10 @@ # Converting semver to the notation compatible with rubygems VERSION = JSON.parse(File.read(PACKAGE))['version'].gsub '-', '.' def self.assets_paths [ - File.expand_path('../../src', __FILE__), - File.dirname(HamlCoffeeAssets.helpers_path) + File.expand_path('../../src', __FILE__) ] end def self.generators_path File.expand_path '../../src/joosy/generators', __FILE__ \ No newline at end of file