Circle: generate .html

This commit is contained in:
Matej Kramny 2016-05-23 23:59:45 +01:00
parent 2597f41618
commit fd5986ed15
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,14 @@
## v2.0.2 | 23-5-2016
- Improve upgrade process (fixes #106)
- Improve upgrade UI
- Delete Users API
- Fetch User API
- User update API & UI
- Security improvement (does not spill access key secret over api)
- Improve setup (fixes #100)
- Fix sql migrations for new setups
## v2.0.1 | 20-5-2016 ## v2.0.1 | 20-5-2016
- Add details to contribution guide - Add details to contribution guide

View File

@ -25,6 +25,11 @@ if [ "$1" == "ci_test" ]; then
"port": ":8010" "port": ":8010"
} }
EOF EOF
cd public
lessc css/semaphore.less > css/semaphore.css
jade html/*.jade html/*/*.jade html/*/*/*.jade &
cd -
fi fi
cd public cd public