Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-11-02 12:37:54 +0300
committerChris Rebert <code@chrisrebert.com>2015-11-02 12:37:54 +0300
commit341bf802ec756aa8683be6354c136c14a8432cea (patch)
treecdd36ed433a3009bc1ad71586a1ef981e6f75c6b /gruntworker.crontab
parente2a7dde683ce6f102e4e77bdd7792c8f4fa99321 (diff)
Tweak things so we build both Bootstrap v3 and v4
Diffstat (limited to 'gruntworker.crontab')
-rw-r--r--gruntworker.crontab3
1 files changed, 2 insertions, 1 deletions
diff --git a/gruntworker.crontab b/gruntworker.crontab
index 76de795..d185a7f 100644
--- a/gruntworker.crontab
+++ b/gruntworker.crontab
@@ -1 +1,2 @@
-*/10 * * * * gruntworker /usr/local/bin/gruntworker.sh 2>&1 >> /var/log/gruntworker.log
+*/10 * * * * gruntworker /usr/local/bin/gruntworker-v3.sh 2>&1 >> /var/log/gruntworker-v3.log
+*/10 * * * * gruntworker /usr/local/bin/gruntworker-v4.sh 2>&1 >> /var/log/gruntworker-v4.log