...
|
...
|
@@ -151,7 +151,7 @@ task :new_page, :filename do |t, args|
|
151
|
151
|
end
|
152
|
152
|
|
153
|
153
|
# usage rake isolate[my-post]
|
154
|
|
-desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much quicker."
|
|
154
|
+desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much more quickly."
|
155
|
155
|
task :isolate, :filename do |t, args|
|
156
|
156
|
stash_dir = "#{source_dir}/#{stash_dir}"
|
157
|
157
|
FileUtils.mkdir(stash_dir) unless File.exist?(stash_dir)
|