mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
font-awesome is used as default icon font for the entire system
This commit is contained in:
3
Makefile
3
Makefile
@ -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\
|
||||
|
Reference in New Issue
Block a user