无论我尝试在其中使用什么选择器都rake deface:get_result
找不到它。我有代码装饰器,它可以工作
Deface::Override.new(:virtual_path => "spree/checkout/registration",
:name => "removes_registration_header",
:remove => "h1",
:disabled => false)
现在,当我尝试这样做时,rake deface:get_result['spree/checkout/registration','h1']
我得到了答案:
zsh: no matches found: deface:get_result[spree/checkout/registration,h1]
如何正确使用耙子deface:get_result
?
注意:我也尝试过,bundle exec
但结果是一样的