提交 2d079160 编写于 作者: R Rafael França

Merge pull request #22287 from dharamgollapudi/patch-2

Move the desc one level up
namespace :dev do
desc 'Toggle development mode caching on/off'
task :cache do
desc 'Toggle development mode caching on/off'
if File.exist? 'tmp/caching-dev.txt'
File.delete 'tmp/caching-dev.txt'
puts 'Development mode is no longer being cached.'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册