accountant-ui/grunt-config/watch.js

14 lines
238 B
JavaScript
Raw Normal View History

2015-06-13 17:37:35 +02:00
module.exports = {
2016-01-29 13:42:25 +01:00
bower: {
files: 'bower.json',
tasks: ['wiredep']
},
2015-06-13 17:37:35 +02:00
js: {
files: '<%= paths.frontend_js %>',
2016-01-29 13:42:25 +01:00
tasks: ['devjs']
},
gruntfile: {
files: ['Gruntfile.js']
2015-06-13 17:37:35 +02:00
}
};