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

server.js: only build the CSS when CSS changes, not the layouts #2621

Merged
merged 6 commits into from
Oct 11, 2019
Merged

server.js: only build the CSS when CSS changes, not the layouts #2621

merged 6 commits into from
Oct 11, 2019

Conversation

XhmikosR
Copy link
Contributor

@XhmikosR XhmikosR commented Sep 29, 2019

Draft because it requires #2544 merged, but most importantly because there's a bug in chokidar 3.1.1 that globs don't work on Windows so I can't test properly yet.

But the idea is that since the CSS is separated completely, we shouldn't rebuild everything when just the CSS changes.

@XhmikosR XhmikosR marked this pull request as ready for review October 1, 2019 22:37
@XhmikosR
Copy link
Contributor Author

XhmikosR commented Oct 1, 2019

I believe there are a few cases this won't be perfect, but I think it's better this way because it's a lot faster for development.

@XhmikosR XhmikosR requested a review from phillipj October 9, 2019 10:30
@Trott
Copy link
Member

Trott commented Oct 10, 2019

@nodejs/website This could use some more reviews.

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

Successfully merging this pull request may close these issues.

4 participants