Live event extension for 4screens angular client for engage form
- npm i
- tsd reinstall --save --overwrite
npm i
gulp minify
orgulp minify --bump
- copy liveevent.js liveevent.js.map liveevent.min.js liveevent.min.js.map to ./build directory (create directory if needed)
- commit code changes into 'master' branch
- change to 'release' branch
- copy files from ./build directory into project root directory
- commit changes into 'release' branch
- tag with next version number
- push changes into 'master' and 'release' branch with --tags switch