UI assets and code for Lighthouse.
npm install -g bowerbower installnpm install -g gulpnpm install
gulp builddefault build (non-minified source) to../lighthouse/staticgulp watchoptional, rebuilds on source changesgulp cleanremoves built assets from the server static dir (see Gulpfile.js)
Options:
--prodbuild minfied source to../lighthouse/static--gopathbuild to$GOPATH/src/github.com/lighthouse/lighthouse/static/
These two flags can be used in conjunction with each other and with any command above. Note that using --gopath overrides the default target directory. (i.e. source isn't moved to both locations)
npm install -g karma-clinpm testorkarma start
Happy coding!