mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Merge pull request #646 from rkusa/autoprefixer
add vendor prefixes to CSS using autoprefixer
This commit is contained in:
commit
786cdc886b
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
|
||||
|
||||
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/franela/goblin
|
||||
go get -t -v ./...
|
||||
|
@ -39,7 +39,7 @@ clean:
|
|||
rm -f packaging/root/usr/local/bin/droned
|
||||
|
||||
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
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue