holochain / clutter

Fully distributed twitter built on holochain
161 stars 22 forks source link

Changed the build and release so that the ui & dna folder are not deleted #65

Closed realrhys closed 6 years ago

realrhys commented 6 years ago

I noticed, while playing around, that the release:files target moved both the ui and dna folder to the release package. As I am playing with the project, and using Docker to deploy, I need to do a reset --hard HEAD everytime I want to baseline.

This pull request does the following:

  1. Added the ncp package to the developer dependancies.
  2. Copies the ui and dna folders over to the release folder rather than moving them.
  3. Adds the release folder to the .gitignore file.
zippy commented 6 years ago

Hey @philipbeadle can you fix the merge conflicts and then merge?