2015-02-05 73 views

回答

0

可以在Rules使用Ruby代碼與postprocess方法:

postprocess do 
    items.each do |item| 
    if item.identifier.to_s.end_with?(".js") 
     # Do stuff 
    end 
    end 
end 
相關問題