Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild extracted CSS file on original css file change (using parceljs instead of webpack) #105

Open
adrianani opened this issue Aug 18, 2019 · 0 comments

Comments

@adrianani
Copy link

Repo for reproduction

When I start parcel for the first time using npm run start everything works, css classes are rewritten, the all.css file is being built.
The problem is that all.css doesn't rebuild when there are changes to style.css, but I've observed that all.css is rebuilt if a react file (like init.js or SideMenu.jsx) is modified.

I've also tried to link the style.css file insinde index.html's head, it triggers the Parcel rebuild but all.css is not being rebuilt

PS. all css files are found inside /resources/css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant