chore(Makefile): add assets/icons generation target
This commit is contained in:
parent
8460c94c0d
commit
3bc3acf38c
6
Makefile
6
Makefile
@ -113,7 +113,11 @@ frontend-%: node_modules
|
||||
node_modules: package.json
|
||||
npm ci --cache .npm --prefer-offline
|
||||
|
||||
well-known: node_modules well-known/.well-known
|
||||
assets/icons: node_modules
|
||||
./utils/renamer.pl node_modules/@fortawesome/fontawesome-free/svgs/solid utils/rename-fa.json assets/icons/fradrive
|
||||
./utils/renamer.pl node_modules/@fortawesome/fontawesome-free/svgs/regular utils/rename-fa.json assets/icons/fradrive
|
||||
|
||||
well-known: node_modules assets/icons well-known/.well-known
|
||||
npx webpack --progress
|
||||
# mark well-known directory as clean after successful webpack run:
|
||||
touch well-known/.well-known
|
||||
|
||||
Reference in New Issue
Block a user