Let's say we have a directory structure like so:
build/
node_modules/
src/*.js
Gruntfile.js
package.json
...
And all of our project's source code lives in the src directory:
src/hello.js
src/world.js
We'd like all of the code from these files to be compiled down and uglified into this file: