Skip to content

Commit

Permalink
Merge pull request #150 from nickhammond/bin-dev
Browse files Browse the repository at this point in the history
Add bin/dev script
  • Loading branch information
djmb authored Dec 13, 2024
2 parents 42583f4 + dad380d commit 7709445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exclude:
- Gemfile
- Gemfile.lock
- README.md
- bin

sass:
style: compressed
Expand Down
4 changes: 4 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

bundle install
bundle exec jekyll serve --livereload

0 comments on commit 7709445

Please sign in to comment.