Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created August 9, 2016 05:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristoferjoseph/2683fd6519f3e3f0c571b0693025ab4b to your computer and use it in GitHub Desktop.
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
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