Skip to content

Commit

Permalink
Remove fix-skycoin-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyoret1 committed Jun 11, 2018
1 parent df6742b commit bb9d94f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@ format: ## Formats the code. Must have goimports installed (use make install-lin
goimports -w ./liteclient
goimports -w ./mobile

fix-skycoin-dependency: ## Modify the Skycoin code inside vendor, so that gopherjs can transpile correctly (see readme.md for more info).
fix-skycoin-dependency.sh

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ npm install --global source-map-support

and make sure `NODE_PATH` is set to the value of `npm root --global` in your environment.

### Updating the skycoin code

To mantain compatibility, avoid errors and facilitate the update process, the
[Skycoin](https://github.com/skycoin/skycoin) code is added as vendored dependency through `dep`. However,
if the Skycoin code is updated using dep, `make build-js` and `make build-js-min` will stop working,
because Skycoin uses dependencies that are not compatible with gopherjs. To solve this problem, it is
necessary to execute `make fix-skycoin-dependency` after updating the dependencies with dep.

### Formatting

All `.go` source files should be formatted `goimports`. You can do this with:
Expand Down
14 changes: 0 additions & 14 deletions fix-skycoin-dependency.sh

This file was deleted.

0 comments on commit bb9d94f

Please sign in to comment.