mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-25 19:34:48 +01:00
simplify dependency installation
This commit is contained in:
parent
9aea9c07fd
commit
6f3de783f4
@ -32,7 +32,7 @@ Image size generation for post teaser images and photos is done with [jekyll-pic
|
||||
Run the following command from the repository's root folder to install all dependencies.
|
||||
|
||||
```bash
|
||||
npm install && bower install && bundle install
|
||||
npm install
|
||||
```
|
||||
|
||||
### Development build
|
||||
|
@ -4,6 +4,9 @@
|
||||
"description": "Blog of Matthias Kretschmann",
|
||||
"version": "3.0.0",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"postinstall": "bower install && bundle install"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"stylus": ">=0.45.0",
|
||||
|
Loading…
Reference in New Issue
Block a user