mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-01 21:57:09 +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.
|
Run the following command from the repository's root folder to install all dependencies.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install && bower install && bundle install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development build
|
### Development build
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
"description": "Blog of Matthias Kretschmann",
|
"description": "Blog of Matthias Kretschmann",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "bower install && bundle install"
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylus": ">=0.45.0",
|
"stylus": ">=0.45.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user