Skip to content
New issue

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

Configurable container includes for build script #7

Open
kingo55 opened this issue Oct 4, 2019 · 2 comments
Open

Configurable container includes for build script #7

kingo55 opened this issue Oct 4, 2019 · 2 comments
Labels
enhancement New feature or request Priority-Low

Comments

@kingo55
Copy link
Member

kingo55 commented Oct 4, 2019

Currently when you build the container, it pulls together:

  1. Mojito library code
  2. Shared code
  3. All live and staging 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?:

  1. Mojito library code
  2. Shared code
  3. All live and staging tests' code

Should we have a configuration option over how the container builds itself?

@kingo55 kingo55 added the enhancement New feature or request label Oct 4, 2019
@allmywant
Copy link
Member

@kingo55
I think we can have this configuration option in the existing config.js.

@kingo55
Copy link
Member Author

kingo55 commented Oct 4, 2019

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.

allmywant added a commit that referenced this issue Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority-Low
Projects
None yet
Development

No branches or pull requests

2 participants