Builder for grunt-crane, which build and compress javascript files.
npm install grunt-crane-javascript --save-dev
Once the plugin has been installed, specify your file with this builder:
builder: [
["some.js", require("grunt-crane-javascript/builder/javascript")]
]