-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Currently when you build the container, it pulls together:
- Mojito library code
- Shared code
- All
live
andstaging
tests' code
And it outputs that to both a minified and un-minified container files.
What if a user already has Mojito Lib in their site code and only wants to stitch together their active tests?:
Mojito library codeShared code- All
live
andstaging
tests' code
Should we have a configuration option over how the container builds itself?
dapperdrop