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
Running cljd.build reads cljd.edn and generates the necessary files in memory (or disk), so that when the process is stopped we remove the files if they were created by cljd.build
This makes working with flutter cli for adding packages etc impossible and we need to map into edn much if not all of pub spec.yaml.
Nice idea but costs/benefits not compelling at the moment.
Instead of having to maintain several configuration files, why not keep as much configuration as possible in
cljd.edn
?Automatically generating
pubspec.yaml
at runtimeThe text was updated successfully, but these errors were encountered: