diff .hgignore @ 7845:3b54bcf6d128

front-end: fix documentation regarding theme.less file The documentation stated that a theme.less file can be placed in the Kallithea root directory, but this is not true. The file is expected in kallithea/front-end to take effect. Update the documentation and .hgignore file.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 23 Aug 2019 21:29:01 +0200
parents f0013f65982d
children 17b86a2976ca
line wrap: on
line diff
--- a/.hgignore	Sun Aug 18 20:25:18 2019 +0200
+++ b/.hgignore	Fri Aug 23 21:29:01 2019 +0200
@@ -24,6 +24,7 @@
 ^\.coverage$
 ^kallithea/front-end/node_modules$
 ^kallithea/front-end/package-lock\.json$
+^kallithea/front-end/theme\.less$
 ^kallithea/front-end/tmp$
 ^kallithea/public/codemirror$
 ^kallithea/public/css/select2-spinner\.gif$
@@ -41,7 +42,6 @@
 ^kallithea/public/js/jquery\.flot\.time\.js$
 ^kallithea/public/js/jquery\.min\.js$
 ^kallithea/public/js/select2\.js$
-^theme\.less$
 ^kallithea\.db$
 ^test\.db$
 ^Kallithea\.egg-info$