Skip to content

stylify.js: changes don't update on changes. #283

@petersrule

Description

@petersrule

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    @stylify/bundlerTargeting @stylify/bundler package@stylify/stylifyTargeting @stylify/stylify package🐞 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions