portfolio/README.md

21 lines
361 B
Markdown
Raw Normal View History

2018-09-30 19:21:45 +02:00
# Portfolio
`gulp serve`
Generate thumbnails: (TODO: gulpify this)
```bash
convert -define jpeg:size=200x200 assets/image/* -thumbnail 100x100^ -gravity center -extent 100x100 -set filename:f 'assets/thumb/%t.%e' +adjoin '%[filename:f]'
```
2018-10-30 11:14:36 +01:00
After edit of src/js/d3.bundle.js run:
``` bash
rollup -c
```
2018-09-30 19:21:45 +02:00
# TODO
- minify D3.js with selective components