File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -19,38 +19,24 @@ Install Bundler, either systemwide:
19
19
20
20
or for the current user:
21
21
22
- $ gem install --user-install
22
+ $ gem install --user-install bundler
23
23
$ export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
24
24
25
25
In the latter case, you might want to add the ` PATH ` update to ` .bashrc ` or your shell's equivalent.
26
26
27
- To install the dependencies of this project, use Bundler :
27
+ To install the dependencies for this project only :
28
28
29
- $ bundle install --path .bundle
29
+ $ bundle config set --local path .bundle
30
+ $ bundle install
30
31
31
32
### Serving locally
32
33
33
34
Execute the following command:
34
35
35
- $ bundle exec jekyll serve --watch
36
+ $ bundle exec jekyll serve --watch --livereload
36
37
37
38
Open ` http://localhost:4000 ` to view the website.
38
39
39
- If you encounter an error message saying ` Could not find a JavaScript runtime ` , follow the link indicated
40
- in the error message and install one of the listed runtimes.
41
-
42
- ### Running tests
43
-
44
- $ bundle exec rake test
45
-
46
- ### (Optionally) Regenerate dependencies
47
-
48
- Install Bower if you don't have it:
49
-
50
- npm install bower
51
-
52
- Then install the JS dependencies with ` bower install ` .
53
-
54
40
## License
55
41
56
42
© ; 2014 Cameron Eagans and Josh Branchaud
You can’t perform that action at this time.
0 commit comments