One script via RequireJS optimizer

Be sure to start up the server: node httpBuild.js

Demonstrates how to use the RequireJS optimizer to only load one script in the page using Node as the server to serve the optimized script. Using the "excludeShallow" build config option inside httpBuild.js allows debugging one script separate from the rest of the optimized file.

See httpBuild.js in the same directory as this file for more information.