yushengh opened this issue 10 years ago · 2 comments
see the title
Can grunt-contrib-stylus compile stylus like "stylus --disable-cache dir/"?
You can set the cache option to false or create your own that sets it:
cache
false
options: { cache: grunt.option('disable-cache') }