Allow npm build to manipulate shipped filesystem (support Critical CSS, etc) #21
timkelty
started this conversation in
Feature Requests & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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