mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Add 'clobber' task for purging generated files.
This commit is contained in:
parent
f64fa33d69
commit
82f7d92ef0
5
Rakefile
5
Rakefile
@ -223,6 +223,11 @@ task :clean do
|
|||||||
puts "## Cleaned Sass, Pygments and Gist caches, removed generated stylesheets ##"
|
puts "## Cleaned Sass, Pygments and Gist caches, removed generated stylesheets ##"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Remove generated files (#{configuration[:destination]} directory)."
|
||||||
|
task :clobber do
|
||||||
|
rm_rf [configuration[:destination]]
|
||||||
|
end
|
||||||
|
|
||||||
desc "Update theme source and style"
|
desc "Update theme source and style"
|
||||||
task :update, :theme do |t, args|
|
task :update, :theme do |t, args|
|
||||||
theme = args.theme || 'classic'
|
theme = args.theme || 'classic'
|
||||||
|
Loading…
Reference in New Issue
Block a user