design-system-components
design-system-components copied to clipboard
Watch pipeline is running without changes being applied, also feels slow
trafficstars
- [x] I’ve read and understood the Contributing guidelines and have done my best effort to follow them.
- [x] I’ve read and agree to the Code of Conduct.
- [x] I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
Building main navigation, I noticed when changing module.js a few things happened.
- The
sass->cssandjs->minified jspipelines do not run asynchronously - The watch doesn't build the only changed file type it builds everything, e.g. changing
module.jsforcessass->cssto run - Changing
module.jsdoesn't work with watch, need to cancel and re run.
What I expected to happen
Watch should be fast and simple, its currently slow and buggy.
Steps to reproduce:
- Go to module
- Go into package directory with javascript
npm run watch- Make a change in the
module.jsfile - Watch will run however the changed js will not be there.