Closed PrincipalsOffice closed 7 years ago
Hm, that should be the only step needed for the local dev. Did you try flushing your browser cache? Also, how did you setup the project?
I tried to ran it on Safari instead of Chrome and still can't see any changes.
I cloned the repo under $GOPATH/src/
, and git diff
shows that pkg/data/bindata.go
is modified.
Ah you probably cloned it under your own namespace in $GOPATH/src, you'll need to clone it as $GOPATH/src/github.com/sosedoff/pgweb
so that all package references could stay the same.
Thanks!
After I ran
make setup
, I tried to make a few small changes inapp.js
andindex.html
understatic/
and built them withmake dev
. However the changes won't show when I ran./pgweb
. Did I missed any steps?