keeweb/build/tasks/grunt-noop.js

4 lines
110 B
JavaScript
Raw Permalink Normal View History

2020-06-04 20:13:15 +02:00
module.exports = function (grunt) {
grunt.registerMultiTask('noop', 'This is a no-op task', () => {});
};