From 002eb44eee98dc838bc854b945ab0cbf4884dd57 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Dec 2020 23:29:56 -0800 Subject: :star: --- semantic/tasks/check-install.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 semantic/tasks/check-install.js (limited to 'semantic/tasks/check-install.js') diff --git a/semantic/tasks/check-install.js b/semantic/tasks/check-install.js deleted file mode 100644 index a82297e..0000000 --- a/semantic/tasks/check-install.js +++ /dev/null @@ -1,27 +0,0 @@ -/******************************* - * Check Install - *******************************/ - -var - // node dependencies - gulp = require('gulp'), - console = require('better-console'), - isSetup = require('./config/project/install').isSetup, - - install = require('./install'), - watch = require('./watch') -; - -// export task -module.exports = function (callback) { - - setTimeout(function () { - if (!isSetup()) { - console.log('Starting install...'); - install(callback); - } else { - watch(callback); - } - }, 50); // Delay to allow console.clear to remove messages from check event - -}; \ No newline at end of file -- cgit v1.2.3