##CFGulp
###Example CommandFusion project using Gulp and Browserify
build: builds JS files from an entry point of src/main.js (containsCF.userMain) and outputs compiled JS todist/main.js.watch: watches for changes to JS files in thesrcdirectory and runsbuild.
$ npm install
$ gulp watch