lib/propshaft/processor.rb in propshaft-0.2.2 vs lib/propshaft/processor.rb in propshaft-0.3.0
- old
+ new
@@ -14,10 +14,10 @@
write_manifest
output_assets
compress_assets
end
- def clean
+ def clobber
FileUtils.rm_r(output_path) if File.exist?(output_path)
end
private
def ensure_output_path_exists