summaryrefslogtreecommitdiffstats
path: root/src/wwwroot/libraries/fomantic/tasks/rtl/watch.js
blob: 098c9654827db94f4a1476f3ab34b01d574d7e87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*******************************
 *          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);
};