#!/bin/bash

echo ""
echo "Away to run (via npm) webpack for:"
echo "    mirador combined with the mirador-annotations plugin"
echo ""

cd mirador-integration-annotations-gitfork \
    && npm run webpack-gs-annotations && cd ..

if [ $? = 0 ] ;  then
    echo ""
    echo "Now run:"
    echo "    ./INSTALL-MIRADOR.sh"
    echo ""
fi





