Added cleanup of old built js modules
This commit is contained in:
parent
da86134165
commit
a4f25f8519
1
build.sh
1
build.sh
|
@ -20,6 +20,7 @@ $SCRIPTDIR/vuemode.sh $BUILDMODE
|
||||||
# run the grunt script in the scripts working directory
|
# run the grunt script in the scripts working directory
|
||||||
# so we can be sure all javascript is properly built from the most recent source
|
# so we can be sure all javascript is properly built from the most recent source
|
||||||
cd $SCRIPTDIR
|
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 amd
|
||||||
grunt scssplugin # plugin specific scss task to compile styles.css from scss files
|
grunt scssplugin # plugin specific scss task to compile styles.css from scss files
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user