Sha256: 7946c557670df8ec62fabd04b07db115d76a673e7f24c3130e0cc17a664fd0d4
Contents?: true
Size: 154 Bytes
Versions: 5
Compression:
Stored size: 154 Bytes
Contents
desc 'Run Jekyll in config/jekyll directory without having to cd there''' task :generate do Dir.chdir("config/jekyll") do system('jekyll') end end
Version data entries
5 entries across 5 versions & 1 rubygems