npm install -g gulp
npm install
gulp
The default tasks will run and gulp will watch for changes in stylus files.
- gulps latest version was not working for me
- stylus file imports
npm install -g gulp
npm install
gulp
The default tasks will run and gulp will watch for changes in stylus files.