【发布时间】:2015-06-25 21:33:31
【问题描述】:
grunt-contrib-stylus 可以编译像stylus --disable-cache dir/ 这样的stylus 文件吗?
grunt-contrib-stylus 中是否有可以实现--disable-cache 功能的配置选项?
【问题讨论】:
grunt-contrib-stylus 可以编译像stylus --disable-cache dir/ 这样的stylus 文件吗?
grunt-contrib-stylus 中是否有可以实现--disable-cache 功能的配置选项?
【问题讨论】:
试试:
options: { cache: false }
【讨论】: