Changeset 34670


Ignore:
Timestamp:
2021-01-15T15:42:45+13:00 (3 years ago)
Author:
davidb
Message:

Changed so additional files copied across, echo statement dynamically lists what those files are

File:
1 edited

Legend:

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

    r34661 r34670  
    4141if [ $compile = "1" ] ; then
    4242    ( cd $package$version ; \
    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" ; \
     43      echo "Copying in customized renderer code: " ls *.js ; \
     44      /bin/cp ../wavesurfer-renderer/*.js src/. ; \
     45      echo "Copying in customized plugins: " ls *.js ; \
    4646      /bin/cp ../wavesurfer-plugins/*.js src/plugin/. ; \
    4747      echo "npm run build" ; \
Note: See TracChangeset for help on using the changeset viewer.