tag-youre-it/build.sh
Nils Norman Haukås 606f1a6bd2 Update readme and build script
Added npm start for starting the application the application in "live development mode".

Use npm postinstall so that a developer will only need to run npm install to get up and running.

Added open source license
2016-06-25 20:54:32 +02:00

13 lines
257 B
Bash
Executable file

#!/bin/sh
# Note: The javascript is generated by the
# package.json before calling this script.
#copy styles
cp -v src/app/style.css dist/
#copy html menu
cp -v src/app/menu/menu.tpl.html dist/
#copy plugin specifics
cp -v src/plugin-specific/* dist/