Skip to content

Instantly share code, notes, and snippets.

@searls
Forked from mdford/application.js
Last active January 4, 2016 08:49
Show Gist options
  • Save searls/8598140 to your computer and use it in GitHub Desktop.
Save searls/8598140 to your computer and use it in GitHub Desktop.
module.exports = function(lineman){
var app = lineman.config.application;
return {
config: {
appendTasks: {
common: app.appendTasks.common.concat("attention:s3")
},
loadNpmTasks: app.loadNpmTasks.concat("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