We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when you build the container, it pulls together:
live
staging
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?:
Should we have a configuration option over how the container builds itself?
The text was updated successfully, but these errors were encountered:
@kingo55 I think we can have this configuration option in the existing config.js.
Sorry, something went wrong.
Just what I was thinking too, @allmywant .
We haven't got a use for this issue yet, but I wanted to at least record the idea JIC.
Merge pull request #7 from mint-metrics/master
875bf9b
Sync
No branches or pull requests
Currently when you build the container, it pulls together:
live
andstaging
tests' codeAnd 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 codelive
andstaging
tests' codeShould we have a configuration option over how the container builds itself?
The text was updated successfully, but these errors were encountered: