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

[WIP] Front end II #19

Closed
wants to merge 11 commits into from
Closed

[WIP] Front end II #19

wants to merge 11 commits into from

Conversation

dignifiedquire
Copy link
Member

Solve all the issues in #18

```


## How this repo works
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this moved here? let's keep all of this in the README.md -- the readme of this repo viewed from github should make it very clear how to use the repo. people won't click on CONTRIBUTING.md even if we link to it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a work in progress as stated in the title, I moved it out of the way because it needs to be rewritten and updated as it is not up to date anymore. Also details about what tech is used etc, do not belong in the main readme, just quick instructions on how to get things up and running.

@jbenet
Copy link
Member

jbenet commented Dec 12, 2015

@dignifiedquire most of this LGTM, except for the dependencies problem.

{"id": "arm", "name": "ARM", "browser": "ARM"}
]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i seem to recall a reason this was in mkdist and not here (i had to move it out after finding a problem) but i don't recall why...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one thing to note: not all OSes and platforms listed here will be present in a release. these are just the ones that it normally would be, from which to check. maybe this is why i had it in mkdist, and why the concat below is now likely wrong.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I'm not entirely happy with having to replicate this list in every dist/* folder. But need to see more different dists to find a good solution for this.

@@ -80,7 +80,7 @@ dist_version() {

# generate dist.json file
echo "---> generating dist.json"
./mkdist.js "$version"
`which node` ./mkdist.js "$version"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this doesn't solve the issues, but just want to pull it out, and make clear it's js file getting executed via node

@dignifiedquire
Copy link
Member Author

All merged into #15

@ghost ghost deleted the feat/fresh2 branch December 13, 2017 17:29
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

3 participants