Is there any config options in Grunt stylus for --disable-cache flag in stylus?

170 Views Asked by At

Can grunt-contrib-stylus compile stylus files like stylus --disable-cache dir/?

Are there any config options in grunt-contrib-stylus which can achieve the --disable-cache function?

1

There are 1 best solutions below

1
On BEST ANSWER

Try:

options: { cache: false }