UNPKG

157 Bapplication/x-shView Raw
1#!/bin/bash
2current="$(dirname "$(which "$0")")"
3export PATH=$current/../node_modules/.bin:$PATH
4
5browserify $1 -t babelify --standalone $2 | tee dist/$3.js
6
\No newline at end of file