Skip to content

Commit 3892aa7

Browse files
authored
Enhance assets:clobber with javascript:clobber (#53)
#52 (comment)
1 parent 08063ca commit 3892aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tasks/jsbundling/clobber.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ namespace :javascript do
44
rm_rf Dir["app/assets/builds/[^.]*.js"], verbose: false
55
end
66
end
7+
8+
Rake::Task["assets:clobber"].enhance(["javascript:clobber"])

0 commit comments

Comments
 (0)