This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
Allow Still compilation and development to be called from inside another application #115
Labels
enhancement
New feature or request
Right now the behaviour for
mix still.compile
andmix 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
andStill.dev/1
functions (both receiving the config) should exist to allow the compilation and development flows to be called on demand.The text was updated successfully, but these errors were encountered: