Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
Fix template paths
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezro committed Jun 24, 2015
1 parent 802897c commit 6a3e5e6
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 284 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,12 @@ bootstrap theme:
If you want to do changes on the default theme, you need to remember that you
MUST recreate the binary data, you should do it this way:

go-bindata -o src/templates/bindata.go \
-pkg=templates \
-ignore=bindata.go \
src/templates/...
$ cd src
$ go-bindata -o src/templates/bindata.go -pkg=templates -ignore=bindata.go src/templates/...
$ cd -

It's quite important that you `cd` to `src` before doing it, if not the paths
will not match.

There is a [issue open](https://github.com/agonzalezro/polo/issues/35) to
automate this.
Expand Down
Loading

0 comments on commit 6a3e5e6

Please sign in to comment.