Added cleanup of old built js modules

This commit is contained in:
PMKuipers 2023-09-05 23:27:34 +02:00
parent da86134165
commit a4f25f8519

View File

@ -20,6 +20,7 @@ $SCRIPTDIR/vuemode.sh $BUILDMODE
# run the grunt script in the scripts working directory
# so we can be sure all javascript is properly built from the most recent source
cd $SCRIPTDIR
rm -rf "${SCRIPTDIR}/amd/build/" # clear all files in the amd build dir so we don't have leftover files messing things up
grunt amd
grunt scssplugin # plugin specific scss task to compile styles.css from scss files