Skip to content

Commit

Permalink
libsass update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Feb 17, 2018
1 parent da42dc7 commit 4271b0e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To build, setup Go
To test

go test

Basic example more examples found in [examples](examples)

```
Expand All @@ -36,6 +36,15 @@ div p {
color: red; }
```

### Updating libsass

```
cd libsass-src; git fetch; git checkout vX.X.X
git commit -m "updated libsass to vX.X.X"
make update-libsass
# iterate on includes and code changes until tests pass
```

### FAQ

* Compiling go-libsass is very slow, what can be done?
Expand All @@ -45,5 +54,3 @@ div p {
* How do I cross compile?

Since this package uses C bindings, you will need gcc for the target platform. For windows see, https://github.com/wellington/go-libsass/issues/37


0 comments on commit 4271b0e

Please sign in to comment.