aboutsummaryrefslogtreecommitdiff
path: root/semantic/tasks/rtl
diff options
context:
space:
mode:
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