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
There used to be a casile make init rule to do things like install fonts or node deps or whatever. With CaSILE itself now being self contained that init is baked into the build system. But that only works for CaSILE itself. Along the way we actually lost the ability to hook onto that init step to install project or publisher specific dependencies.
I think the new casile setup command should have a hook of some kind to run project or publisher specific toolkit init commands. A notable thing this could do in use yarn/nmp to fetch font dependencies from @fontsource.
The text was updated successfully, but these errors were encountered:
There used to be a
casile make init
rule to do things like install fonts or node deps or whatever. With CaSILE itself now being self contained that init is baked into the build system. But that only works for CaSILE itself. Along the way we actually lost the ability to hook onto that init step to install project or publisher specific dependencies.I think the new
casile setup
command should have a hook of some kind to run project or publisher specific toolkit init commands. A notable thing this could do in use yarn/nmp to fetch font dependencies from @fontsource.The text was updated successfully, but these errors were encountered: