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
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Right now the behaviour for mix still.compile and mix still.dev is bound to those same mix tasks.
However, when running Still inside a different application, this isn't possible to do. Instead, a pair of Still.compile/1 and Still.dev/1 functions (both receiving the config) should exist to allow the compilation and development flows to be called on demand.