aboutsummaryrefslogtreecommitdiff
path: root/semantic/tasks/rtl
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/tasks/rtl
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/tasks/rtl')
-rw-r--r--semantic/tasks/rtl/build.js12
-rw-r--r--semantic/tasks/rtl/watch.js12
2 files changed, 0 insertions, 24 deletions
diff --git a/semantic/tasks/rtl/build.js b/semantic/tasks/rtl/build.js
deleted file mode 100644
index 5ec5ac3..0000000
--- a/semantic/tasks/rtl/build.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/*******************************
- * Build Task
- *******************************/
-
-var
- gulp = require('gulp')
-;
-
-// RTL builds are now handled by the default build process
-module.exports = function (callback) {
- gulp.series(require('../build'))(callback);
-};
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