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

Optimizing build #747

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

phil-scott-78
Copy link
Contributor

  • Upgrades Statiq.Web to latest, which contains analyzer perf improvements
  • Dropping script front matter when not needed from blog archives.
  • Trimming down the number of files tailwind examines when building the css file to only a subset of the docs. Tailwind looks at the content of all the files to determine which CSS classes to trim down to. We only need to look at a subset of the API to determine that, so this looks at a smaller namespace.
  • Updates Playwright to latest version
  • Updates tailwind and asciienema to latest
  • Removes npm packages that are no longer required

Locally you might have to do a dotnet clean because the protocol that Playwright uses has changed and you'll need to remove its cache.

Also, with any luck removing the superfluous node packages and updating the others will autoclose the dependabot PRs

* Upgrades Statiq.Web to which contains analyzer perf improvements
* Dropping script front matter when not needed from blog archives
* Trimming down the number of files tailwind examines when building the css file to only a subset of the docs.
* Updates Playwright to latest version
* Updates tailwind and asciienma to latest
* Removes npm packages that are no longer required
@patriksvensson patriksvensson merged commit 899dd20 into spectreconsole:main Feb 22, 2022
Copy link

@melvinmezzy melvinmezzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What’s this for and okay

@phil-scott-78 phil-scott-78 deleted the statiq-upgrade branch February 23, 2022 02:01
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.

None yet

3 participants