Created
August 9, 2016 05:11
-
-
Save kristoferjoseph/2683fd6519f3e3f0c571b0693025ab4b to your computer and use it in GitHub Desktop.
factor-bundle script for generating a common.js file from a directory of files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browserify ./screens/*.js -p [ factor-bundle -o 'tee > bundle/`basename $FILE`' ] -o bundle/common.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment