Dimitar Kolev-Dick
Dimitar Kolev-Dick
Can you provide an example... its not that easy to understand the relation between GraphicsMagic and gm and there is no single example about composite and gm.
10x I'll try this. On Jun 8, 2015 14:19, "Bence Dányi" [email protected] wrote: > @ptgamr https://github.com/ptgamr @dimitarkolev > https://github.com/dimitarkolev I'm not sure if this is till an issue > for...
I am calling toJSON here and there and i am quite sure that most of the time i should not. We are putting a lot of metadata in the documents...
Hey @NewMountain 10x for posting this it helped me a lot. I believe this should be build in the library itself but its one line and I can live without...
Please make grunt-newer work again with grunt-contrib-imagemin. It doesn't no matter how you configure it.
@joeherold did you managed to find a solution for the multiple trees.
I found a solution. I hope it helps someone else: ``` var jsDAV = require("jsDAV/lib/jsdav"); var jsDAV_Locks_Backend_FS = require("jsDAV/lib/DAV/plugins/locks/fs"); var jsDAV_FS_Directory = require("jsDAV/lib/DAV/backends/fs/directory") jsDAV.createServer({ node: [jsDAV_FS_Directory.new('/folder1'), jsDAV_FS_Directory.new('/folder2')], locksBackend: jsDAV_Locks_Backend_FS.new(__dirname +...
I'll try again and let you know. Back then I forked the plugin and changed few things because of performance issues. On Feb 28, 2015 11:32 PM, "Daniel Smith" [email protected]...
You can check [imagin plugin](https://www.npmjs.org/package/docpad-plugin-imagin) its drop in replacement of thumbnails plugin with [raw plugin](https://www.npmjs.org/package/docpad-plugin-raw) support.