mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
add octocat body
pug bug not there anymore
This commit is contained in:
parent
7c04a926d5
commit
e14da14b3b
4
make.sh
4
make.sh
@ -29,7 +29,7 @@ EOF
|
||||
|
||||
cd public
|
||||
lessc css/semaphore.less > css/semaphore.css
|
||||
pug html/*.pug html/*/*.pug html/*/*/*.pug
|
||||
pug $(find ./html/ -name "*.pug")
|
||||
cd -
|
||||
fi
|
||||
|
||||
@ -72,7 +72,7 @@ if [ "$1" == "watch" ]; then
|
||||
|
||||
nodemon -w js -i bundle.js -e js bundler.js &
|
||||
nodemon -w css -e less --exec "lessc css/semaphore.less > css/semaphore.css" &
|
||||
pug -w -P html/*.pug html/*/*.pug html/*/*/*.pug &
|
||||
pug -w -P $(find ./html/ -name "*.pug") &
|
||||
|
||||
cd -
|
||||
reflex -r '\.go$' -R '^public/vendor/' -R '^node_modules/' -s -d none -- sh -c 'go build -i -o /tmp/semaphore_bin cli/main.go && /tmp/semaphore_bin'
|
||||
|
@ -55,7 +55,6 @@ html(lang="en" ng-app="semaphore")
|
||||
title Ansible-Semaphore on GitHub
|
||||
path(d="M0 0h250v250")
|
||||
path.octo-arm(d="M127.4 110c-14.6-9.2-9.4-19.5-9.4-19.5 3-7 1.5-11 1.5-11-1-6.2 3-2 3-2 4 4.7 2 11 2 11-2.2 10.4 5 14.8 9 16.2" fill="currentColor")
|
||||
//- https://github.com/pugjs/pug/issues/2741
|
||||
//- path.octo-body(d="M113.2 114.3s3.6 1.6 4.7.6l15-13.7c3-2.4 6-3 8.2-2.7-8-11.2-14-25 3-41 4.7-4.4 10.6-6.4 16.2-6.4.6-1.6 3.6-7.3 11.8-10.7 0 0 4.5 2.7 6.8 16.5 4.3 2.7 8.3 6 12 9.8 3.3 3.5 6.7 8 8.6 12.3 14 3 16.8 8 16.8 8-3.4 8-9.4 11-11.4 11 0 5.8-2.3 11-7.5 15.5-16.4 16-30 9-40 .2 0 3-1 7-5.2 11l-13.3 11c-1 1 .5 5.3.8 5z" fill="currentColor")
|
||||
path.octo-body(d="M113.2 114.3s3.6 1.6 4.7.6l15-13.7c3-2.4 6-3 8.2-2.7-8-11.2-14-25 3-41 4.7-4.4 10.6-6.4 16.2-6.4.6-1.6 3.6-7.3 11.8-10.7 0 0 4.5 2.7 6.8 16.5 4.3 2.7 8.3 6 12 9.8 3.3 3.5 6.7 8 8.6 12.3 14 3 16.8 8 16.8 8-3.4 8-9.4 11-11.4 11 0 5.8-2.3 11-7.5 15.5-16.4 16-30 9-40 .2 0 3-1 7-5.2 11l-13.3 11c-1 1 .5 5.3.8 5z" fill="currentColor")
|
||||
|
||||
script(src="/public/js/bundle.js")
|
Loading…
Reference in New Issue
Block a user