1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/grunt_tasks/notify.js

33 lines
535 B
JavaScript

module.exports = {
watch: {
options: {
// title: '<%= pkg.title %>',
message: 'Keeping an eye out, Chief!'
}
},
sass: {
options: {
// title: '<%= pkg.title %>',
message: 'Sass compiled to CSS.'
}
},
jshint: {
options: {
// title: '<%= pkg.title %>',
message: 'Sass compiled to CSS.'
}
},
concat: {
options: {
// title: '<%= pkg.title %>',
message: 'JavaScript is now concatenated'
}
},
svg: {
options: {
// title: '<%= pkg.title %>',
message: 'SVG is now concatenated'
}
}
}