Skip to content

Instantly share code, notes, and snippets.

@mdford
Last active January 4, 2016 07:39
Show Gist options
  • Save mdford/8590243 to your computer and use it in GitHub Desktop.
Save mdford/8590243 to your computer and use it in GitHub Desktop.
module.exports = require(process.env['LINEMAN_MAIN']).config.extend('application', {
appendTasks: {
common: ["attention:s3"]
},
loadNpmTasks: ["grunt-attention"],
attention: {
s3: {
options: {
message: 'Files have been pushed to S3.',
border: 'double',
borderColor: 'bgGreen'
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment