add vendor prefixes to CSS using autoprefixer
This commit is contained in:
parent
13fedafc59
commit
6f99e8f5f4
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -3,7 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
# which npm && npm -g install uglify-js less
|
# which npm && npm -g install uglify-js less autoprefixer
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get github.com/franela/goblin
|
go get github.com/franela/goblin
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
|
@ -39,7 +39,7 @@ clean:
|
||||||
rm -f packaging/root/usr/local/bin/droned
|
rm -f packaging/root/usr/local/bin/droned
|
||||||
|
|
||||||
lessc:
|
lessc:
|
||||||
lessc --clean-css server/app/styles/drone.less server/app/styles/drone.css
|
lessc --clean-css server/app/styles/drone.less | autoprefixer > server/app/styles/drone.css
|
||||||
|
|
||||||
packages: clean build embed deb rpm
|
packages: clean build embed deb rpm
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue