fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

Updating Dependencies + #99

Closed paul90 closed 9 years ago

paul90 commented 9 years ago

This pull request change contains a breaking change

We move the views subdirectory to the client, this will make it easier in future to update the javascript libraries the client uses.

There will be associated changes to the wiki-client and wiki packages (wiki-client and wiki-node repositories). All three packages will have a minor version change.

opn commented 9 years ago

@paul90 I'd like to be able to do a test of a pure javascript client running from a local file system without a server - or just a plain vanilla http server - how far away are we from being able to do this?


I've moved this question to its own issue, see fedwiki/wiki-client#123 - @paul90

paul90 commented 9 years ago

Need to include the activity plugin as a devDependency, so the tests are self contained and not relying on having the repo for the activity plugin alongside this one.

WardCunningham commented 9 years ago

I understand the motivation for this change and find no fault with the commits so far. I don't feel qualified to merge this to master so I leave this in @paul90's hands.

paul90 commented 9 years ago

A rainy Sunday, so I'll be completing this today...

WardCunningham commented 9 years ago

I will continue to read these commits and note anything that comes to mind but will leave merges to @paul90.

paul90 commented 9 years ago

Published as + wiki-server@0.6.0