Skip to content

Commit

Permalink
fix: npm run watch not working on css (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Sep 6, 2024
1 parent 26bd9f8 commit a2a3c7c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 62 deletions.
92 changes: 32 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,16 @@
"@frctl/handlebars": "^1.2.15",
"@frctl/mandelbrot": "^1.10.1",
"minimist": "^1.2.7",
"npm-watch": "^0.11.0"
"npm-watch": "^0.13.0"
},
"watch": {
"build:watch": {
"patterns": "src/**/tokens.json"
"patterns": "src/**/*",
"extensions": "css,json",
"ignore": [
"fractal.server.refresh.css",
"tokens/*.json"
]
}
}
}

0 comments on commit a2a3c7c

Please sign in to comment.