mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Merge pull request #1037 from MrJoy/add_clobber_task
Add 'clobber' task for purging generated files.
This commit is contained in:
commit
c95867e61c
5
Rakefile
5
Rakefile
@ -253,6 +253,11 @@ task :clean do
|
||||
puts "## Cleaned Compass-generated files, and various caches ##"
|
||||
end
|
||||
|
||||
desc "Remove generated files (#{configuration[:destination]} directory)."
|
||||
task :clobber do
|
||||
rm_rf [configuration[:destination]]
|
||||
end
|
||||
|
||||
desc "Update theme source and style"
|
||||
task :update, :theme do |t, args|
|
||||
theme = args.theme || 'classic'
|
||||
|
Loading…
Reference in New Issue
Block a user