Navigation Menu

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

Include umd modules by default #3

Merged
merged 3 commits into from Jul 18, 2019
Merged

Conversation

adamjhamer
Copy link
Contributor

@adamjhamer adamjhamer commented Nov 8, 2017

It would be great to include the umd by default. We use yarn, which doesn't perform all lifecycles on non-local (eg github) references. See yarnpkg/yarn#1671 (comment)). So our simplest approach would be to publish our fork, just for the umd modules, but we wouldn't need to if you could enable umd.

This might also have less surprises for newbies expecting to see umd resources whenbuilding - without needing to understand/notice nwb.config.js.

Thanks
Adam

@coveralls
Copy link

Coverage Status

Coverage increased (+10.8%) to 68.421% when pulling 22fa38e on eccosolutions:master into 63cb970 on audibene-labs:master.

@codecov-io
Copy link

codecov-io commented Nov 8, 2017

Codecov Report

Merging #3 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   68.42%   68.42%           
=======================================
  Files           1        1           
  Lines          19       19           
=======================================
  Hits           13       13           
  Misses          6        6

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63cb970...c1ed397. Read the comment docs.

… from UMD

But beware, this is still more than should be needed, and if wanting
just this as UMD, prob should be part of application bundle, not separate
vendor bundle as it's only one component.
@coveralls
Copy link

Coverage Status

Coverage increased (+10.8%) to 68.421% when pulling 8bb301c on eccosolutions:master into 63cb970 on audibene-labs:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+10.8%) to 68.421% when pulling c1ed397 on eccosolutions:master into 63cb970 on audibene-labs:master.

@marsch marsch merged commit 4770da0 into audibene-labs:master Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants