1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00
keeweb/build/tasks/grunt-noop.js
2020-06-04 20:13:15 +02:00

4 lines
110 B
JavaScript

module.exports = function (grunt) {
grunt.registerMultiTask('noop', 'This is a no-op task', () => {});
};