1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

add favicon, nav logo

This commit is contained in:
Oliver Giles
2015-09-20 19:57:05 +02:00
parent 78a0ef9ed8
commit cf9bee07db
7 changed files with 15 additions and 11 deletions

View File

@@ -57,7 +57,8 @@ add_custom_command(OUTPUT laminar.capnp.c++ laminar.capnp.h
# Zip and compile statically served resources
generate_compressed_bins(${CMAKE_SOURCE_DIR}/src/resources index.html js/app.js
tpl/home.html tpl/job.html tpl/run.html tpl/log.html tpl/browse.html)
tpl/home.html tpl/job.html tpl/run.html tpl/log.html tpl/browse.html
favicon.ico favicon-152.png icon.png)
# Download 3rd-party frontend JS libs...
file(DOWNLOAD https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js
js/angular.min.js EXPECTED_MD5 b1137641dbb512a60e83d673f7e2d98f)