Skip to content

Commit a2c1dd3

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#40 from abailly/improve-local-setup
DLC-70 Improve local setup
2 parents d9eaa8d + c216dc8 commit a2c1dd3

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)