holochain / holochain-cmd

Developer Command Line Tools for Holochain
GNU General Public License v3.0
36 stars 4 forks source link

59 - use submodule, not git clone for test files scaffold #64

Closed Connoropolous closed 6 years ago

Connoropolous commented 6 years ago

Did this because after discussing with @maackle and @JettTech we realized that we really didn't like dependent on a network connection for hc init to fully work.

Also, now we don't have to worry about things changing/breaking, because of updates in that other js-tests-scaffold repo. We can 'pull' updates, by updating the git submodle

closes #59