Skip to content

Commit c216dc8

Browse files
author
Alban Bailly
committed
add shell script and modify gulp setup
1 parent d9eaa8d commit c216dc8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dev_setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if
2+
cd themes/linode-hugo-theme; then
3+
git pull origin development; else
4+
cd themes/ && git clone [email protected]:linode/linode-hugo-theme.git;
5+
fi

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var runSequence = require('run-sequence');
44

55
gulp.task('get-base-theme',
66
shell.task(
7-
'cd themes/linode-hugo-theme && git pull origin development',
7+
'./dev_setup.sh',
88
)
99
);
1010

0 commit comments

Comments
 (0)