build: Disable JS minification

This commit is contained in:
remittor
2025-02-09 09:57:53 +03:00
parent 4c224634c1
commit b73f7e93d6

View File

@@ -215,6 +215,7 @@ jobs:
./scripts/feeds update base packages luci
./scripts/feeds install -a
make defconfig
sed -i 's/CONFIG_LUCI_JSMIN=y/CONFIG_LUCI_JSMIN=n/g' .config
echo "------------- .config BEG -------------------"
cat .config
echo "------------- .config END -------------------"