Allow npm build to manipulate shipped filesystem (support Critical CSS, etc) #21
Closed
timkelty
started this conversation in
Feature Requests & Enhancements
Replies: 1 comment
-
This has been implemented and deployed for all projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the NPM build exclusively ships artifacts to the CDN.
This means if the build process writes things outside of the
webroot
, it will be ignored, as the resulting files are not included back into the shipped filesystem.Use-cases include:
/cc @shennyg
Beta Was this translation helpful? Give feedback.
All reactions