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

Add mithril and mithril-query, rearchitect gopm tool #6

Merged
merged 9 commits into from
Oct 1, 2016
Merged

Conversation

nullstyle
Copy link
Owner

In addition to adding a gopherjs wrapper for mithril (based on Danver Braganza's earlier work) and mithril-query, this PR makes significant changes to the gopherjs workflow for this repo:

Instead of having to manually write a package.json in a "main" package, this new workflow instead inverts the problem and has packages that wrap javascript libraries include their own package.json files to directly declare their dependencies. Packages that depend upon js wrapper packages no longer need to configure anything: the gopm commands will automatically calculate all dependencies and merge them into a single package.json file that can be used to install all node dependencies.

@coveralls
Copy link

coveralls commented Oct 1, 2016

Coverage Status

Coverage remained the same at 45.505% when pulling a2d7d00 on mithril into f98ff83 on master.

@coveralls
Copy link

coveralls commented Oct 1, 2016

Coverage Status

Coverage remained the same at 45.505% when pulling 9e359c3 on mithril into f98ff83 on master.

@nullstyle nullstyle merged commit 2ff3a25 into master Oct 1, 2016
@nullstyle nullstyle deleted the mithril branch October 1, 2016 07:06
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.

2 participants