This tool converts the Famo.us framework from AMD to CommonJS.
It also includes an example using this version with browserify in the example directory. It was generated via:
npm install -g browserify(if not already installed)browserify example/browserify-app.js > example/browserify-built.js- Open
example/browserify.htmlin a browser. The example used is from the Famo.us examples repo.
It brings in all used modules into a file, ready for minimization. See browserify for information on source map support if desired.