Skip to content

Commit 5379706

Browse files
committed
adds support for a local bundle path
1 parent 72de8ff commit 5379706

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# compiled html files
2-
_site
3-
_test
42
.DS_Store
3+
_site/
4+
_test/
5+
.sass-cache/
6+
.jekyll-cache/
7+
.jekyll-metadata
8+
vendor/
9+
.bundle/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99

10-
- Run `bundle install`
10+
- Run `bundle install --path vendor/bundle`
1111

1212
## Edit and live reloading the docs in the browser
1313

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ exclude:
5454
- Gemfile.lock
5555
- README.md
5656
- LICENSE
57+
- vendor

0 commit comments

Comments
 (0)