1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00

simplify dependency installation

This commit is contained in:
Matthias Kretschmann 2014-08-31 18:30:30 +02:00
parent 9aea9c07fd
commit 6f3de783f4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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",