Changeset 34661 for gs3-extensions


Ignore:
Timestamp:
2021-01-14T18:03:30+13:00 (3 years ago)
Author:
davidb
Message:

More careful running of node build run commands, and when the modified files need to be copied in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/src/CASCADE-MAKE/WAVESURFER.sh

    r34408 r34661  
    2222    echo "[pushd $package$version]"
    2323    ( cd $package$version ; \
    24       echo "Copying in customized plugins: spectrogram.js and hpcp.js" ; \
    25       /bin/cp ../wavesurfer-plugins/*.js src/plugin/. ; )
    26 #      echo "Running the *configure* stage with NodeJS source code equates to running 'npm install' to downloading required packages" ; \
    27 #      echo "npm install" ; \
    28 #      npm install )
     24      echo "Running the *configure* stage with NodeJS source code equates to running 'npm install' to downloading required packages" ; \
     25      echo "npm install" ; \
     26      npm install )
    2927    if [ $? != 0 ] ; then
    3028        echo "      Error encountered running *configure* stage of $progname"
     
    4341if [ $compile = "1" ] ; then
    4442    ( cd $package$version ; \
    45       echo "npm run build $@" ; \
    46       npm run build $@ )
     43      echo "Copying in customized renderer: drawer.spectrummulticanvas.js" ; \
     44      /bin/cp ../wavesurfer-plugins/*.js src/. ; \
     45      echo "Copying in customized plugins: spectrogram.js and hpcp.js" ; \
     46      /bin/cp ../wavesurfer-plugins/*.js src/plugin/. ; \
     47      echo "npm run build" ; \
     48      npm run build )
    4749    if [ $? != 0 ] ; then
    4850        echo "      Error encountered running *make $target* stage of $progname"
Note: See TracChangeset for help on using the changeset viewer.