You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/ui/semantic/tasks/rtl/watch.js

12 lines
268 B
JavaScript

/*******************************
* Watch Task
*******************************/
var
gulp = require('gulp')
;
// RTL watch are now handled by the default watch process
module.exports = function (callback) {
gulp.series(require('../watch'))(callback);
};