accountant-ui/grunt-config/watch.js
2015-06-13 17:37:35 +02:00

7 lines
119 B
JavaScript

module.exports = {
js: {
files: '<%= paths.frontend_js %>',
tasks: ['concat:frontend_js']
}
};