Skip to content
Snippets Groups Projects
Verified Commit 47baf70d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add caching for ruby packages

Speeding up development by just caching ruby modules in dev mode
parent e010a9b3
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
/_site/
.jekyll-metadata
#Gemfile.lock
/vendor/bundle
# webstorm
.idea/
......
......@@ -47,3 +47,4 @@ exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'screenshot.png'
- 'vendor'
......@@ -2,6 +2,6 @@
docker run --rm -p 127.0.0.1:4000:4000 \
--volume="$PWD:/srv/jekyll:Z" \
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
-it jekyll/builder \
jekyll serve
jekyll serve --watch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment