google / closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation problems

garthwebb opened this issue · comments

I tried using the installation directions on a Raspberry Pi (running stretch) and it did not work:

$ GOPATH=`pwd` go install github.com/kellegous/go
can't load package: package github.com/kellegous/go: cannot find package "github.com/kellegous/go" in any of:
...

I then cloned the repo and tried using the Makefile. First run of make found several problems with sass:

  • The current version does not recognize --no-cache as an option
  • The --sourcemap=none option is now --no-source-map

Next closure-compiler does not seem to be the binary for any closure compiler I could find. I installed google-closure-compiler and updated the binary name to that.

Whoops, wrong repo