Can grunt-contrib-stylus compile stylus files like stylus --disable-cache dir/?
stylus --disable-cache dir/
Are there any config options in grunt-contrib-stylus which can achieve the --disable-cache function?
--disable-cache
Try:
options: { cache: false }
Copyright © 2021 Jogjafile Inc.
Try: