Skip to content

Commit

Permalink
Upgrade protocol to version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiedlarek authored and bep committed Dec 1, 2022
1 parent 70f2b74 commit 8d990b3
Show file tree
Hide file tree
Showing 4 changed files with 2,087 additions and 859 deletions.
3 changes: 1 addition & 2 deletions internal/embeddedsass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
* Install protobuf: https://github.com/protocolbuffers/protobuf
* Install the Go plugin: go get -u google.golang.org/protobuf/cmd/protoc-gen-go
* Download the correct version of the proto file: https://github.com/sass/embedded-protocol/blob/master/embedded_sass.proto
* protoc --go_out=. embedded_sass.proto
* Fix package name in embedded_sass.pb.go (TODO(bep))
* protoc --go_opt=Membedded_sass.proto=github.com/bep/godartsass/internal/embeddedsass --go_opt=paths=source_relative --go_out=. embedded_sass.proto
Loading

0 comments on commit 8d990b3

Please sign in to comment.