source: gs3-extensions/structured-image/trunk/src/NPM-WEBPACK-MIRADOR.sh@ 37042

Last change on this file since 37042 was 37042, checked in by davidb, 16 months ago

Files to get going with Mirador + mirador-annotations plugin in the Greenstone3 web/ext area

  • Property svn:executable set to *
File size: 347 bytes
Line 
1#!/bin/bash
2
3echo ""
4echo "Away to run (via npm) webpack for:"
5echo " mirador combined with the mirador-annotations plugin"
6echo ""
7
8cd mirador-integration-annotations-gitfork \
9 && npm run webpack-gs-annotations-fitfork && cd ..
10
11if [ $? = 0 ] ; then
12 echo ""
13 echo "Now run:"
14 echo " ./INSTALL-MIRADOR.sh"
15 echo ""
16fi
17
18
19
20
21
Note: See TracBrowser for help on using the repository browser.