font-awesome is used as default icon font for the entire system

This commit is contained in:
Xuan Sang LE
2018-03-11 12:32:37 +01:00
parent 800c95830d
commit 10015d99b0
21 changed files with 240 additions and 17 deletions

View File

@ -69,7 +69,7 @@ genlang:
read -r -p "Enter locale: " LOCAL;\
./src/core/languages/gen.sh ./src ./src/core/languages/$$LOCAL.json
build_themes: antos_themes_build
cp -r src/themes/system $(BUILDDIR)/resources/themes/
antos_themes_build:
@echo "$(BLUE)Building themes name: antos$(NC)"
@ -112,6 +112,7 @@ uglify:
# npm install minify -g
# uglify the css
minify --output $(BUILDDIR)/resources/themes/antos/antos.css $(BUILDDIR)/resources/themes/antos/antos.css
minify --output $(BUILDDIR)/resources/themes/system/font-awesome.css $(BUILDDIR)/resources/themes/system/font-awesome.css
#uglify each packages
for d in $(packages); do\