flocore/browser/build
Ryan X. Charles bd3a2c42ec works in browser
compiled with ./browser/build and then open test/index.html
2014-08-09 22:47:32 -07:00

5 lines
109 B
Bash
Executable File

#!/bin/bash
browserify index.js -o browser/privsec.js
ls test/test.* | xargs browserify -o browser/tests.js