stylify.js: changes don't update on changes. #283
Labels
🐞 bug
Something isn't working
@stylify/bundler
Targeting @stylify/bundler package
@stylify/stylify
Targeting @stylify/stylify package
Describe the bug
I followed the install for Angular. The problem I've found with your npm/yarn scripts in the package.json file don't work because when you update the stylify.js file "node stylify.js --w" isn't rerunning that js file again after changes to it. so I had to install nodemon (Node Monitor) to get it to work. It is a necessary dev dependency to get it to work properly.
I now run "dev": "concurrently 'nodemon stylify.js' 'ng serve -c development'", this version of "dev" to get it to work. Please update anywhere on your site that is using "node stylify.js --w". It does do what you think it does. After years of running javascript through node, I always used Node Monitor to get it to update on changes.
Note: your code on the website has so many bugs like missing commas, etc. Please fix them. I love what Stylify does but that is a big turn off for most developers.
Reproduction
See above for the problem and the solution.
Logs
No response
System Info
See above for the problem and the solution.
The text was updated successfully, but these errors were encountered: