Skip to content

Commit dad380d

Browse files
committed
Add bin/dev script
1 parent edc4ea9 commit dad380d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ exclude:
1616
- Gemfile
1717
- Gemfile.lock
1818
- README.md
19+
- bin
1920

2021
sass:
2122
style: compressed

bin/dev

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
3+
bundle install
4+
bundle exec jekyll serve --livereload

0 commit comments

Comments
 (0)