Make target to remove untracked minified .js and .css files

This is handy during development.
This commit is contained in:
Pablo Zmdl
2025-07-09 16:15:57 +02:00
parent b8e997be3b
commit 075b5030ba

View File

@@ -89,5 +89,8 @@ clean:
rm -rf roundcubemail-$(VERSION)*
rm -f /tmp/composer.phar /tmp/phpDocumentor.phar
clean-untracked-minified:
git status -s | awk '/^\?\? .*.min.(js|css)/ { print $$2 }' | xargs rm -v
css-elastic: npm-install
cd skins/elastic && make css