diff options
Diffstat (limited to 'semantic/tasks/rtl/watch.js')
| -rw-r--r-- | semantic/tasks/rtl/watch.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/semantic/tasks/rtl/watch.js b/semantic/tasks/rtl/watch.js deleted file mode 100644 index 098c965..0000000 --- a/semantic/tasks/rtl/watch.js +++ /dev/null @@ -1,12 +0,0 @@ -/******************************* - * 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); -};
\ No newline at end of file |