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
When using a bang command, such as !loop and !event you have to install a 'setup module' for features to work.
Currently you are prompted to do this once everytime you compile a file using these commands.
I want to add a "cache" to the .smelt folder, which will contain the compiled setup modules, and will only prompt you to install if the file (a) isn't there, or (b) has changed.
When you are prompted to install a setup module, it should be clear that this needs to be done now, and that it won't be repeated later.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When using a bang command, such as
!loop
and!event
you have to install a 'setup module' for features to work.Currently you are prompted to do this once everytime you compile a file using these commands.
I want to add a "cache" to the
.smelt
folder, which will contain the compiled setup modules, and will only prompt you to install if the file (a) isn't there, or (b) has changed.When you are prompted to install a setup module, it should be clear that this needs to be done now, and that it won't be repeated later.
The text was updated successfully, but these errors were encountered: