From 002eb44eee98dc838bc854b945ab0cbf4884dd57 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Dec 2020 23:29:56 -0800 Subject: :star: --- semantic/tasks/collections/rtl.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 semantic/tasks/collections/rtl.js (limited to 'semantic/tasks/collections/rtl.js') diff --git a/semantic/tasks/collections/rtl.js b/semantic/tasks/collections/rtl.js deleted file mode 100644 index 3eae606..0000000 --- a/semantic/tasks/collections/rtl.js +++ /dev/null @@ -1,19 +0,0 @@ -/******************************* - * Define RTL Sub-Tasks - *******************************/ - -module.exports = function (gulp) { - - // rtl - var - buildRTL = require('./../rtl/build'), - watchRTL = require('./../rtl/watch') - ; - - gulp.task('watch-rtl', watchRTL); - gulp.task('watch-rtl').description = 'DEPRECATED - use \'watch\' instead - Watch files as RTL'; - - gulp.task('build-rtl', buildRTL); - gulp.task('build-rtl').description = 'DEPRECATED - use \'build\' instead - Build all files as RTL'; - -}; -- cgit v1.2.3