SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

--watch doesn't work on npm script #401

Open rumanHuq opened 7 years ago

rumanHuq commented 7 years ago

in package.json I've inserted this

stylint": "stylint ./src/css/ -w

Seems like it doesn't change for .styl file changes. However after taking out the --watch, it works as usual

emmabukacek commented 6 years ago

@rumanbsl Is this still an issue? If so, just a few questions:

Thanks!