You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it seems pages are compiled upon each pageload, showing the "Building pattern library..." everytime you refresh the page. This makes it difficult to code a design system using astrum as the reloads take a pretty long time.
Akin to static site generators, would it be possible to precompile pages to a static file and directory structure? This would enhance the experience of anyone using astrum as a tool to incrementally work on a design system.
The text was updated successfully, but these errors were encountered:
arothuis
changed the title
Precompile pages instead of compiling on page-load
Feature request: precompile pages instead of compiling on page-load
Nov 22, 2017
I agree that Astrum can get a bit sluggish with larger projects. We are in the process of thinking about how we can speed things up by implementing caches etc.
I'll make a note to update this issue when we know a bit more about how we want approach it as we still want it to be a simple, easy to drop into a project solution.
Currently, it seems pages are compiled upon each pageload, showing the "Building pattern library..." everytime you refresh the page. This makes it difficult to code a design system using astrum as the reloads take a pretty long time.
Akin to static site generators, would it be possible to precompile pages to a static file and directory structure? This would enhance the experience of anyone using astrum as a tool to incrementally work on a design system.
Related: #5
The text was updated successfully, but these errors were encountered: