Skip to content

Instantly share code, notes, and snippets.

@raine
Created May 30, 2013 18:35
Show Gist options
  • Select an option

  • Save raine/5680043 to your computer and use it in GitHub Desktop.

Select an option

Save raine/5680043 to your computer and use it in GitHub Desktop.
utils = require '../utils'
uglifyFiles =
'options/js/options.min.js' : ['dist/options.concat.js']
'lib/common.min.js' : ['dist/common.concat.js']
'lib/main.min.js' : ['dist/main.concat.js']
uglifyFiles = utils.prependPath uglifyFiles, "build/"
module.exports
options:
mangle: {}
my_target:
files: uglifyFiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment