svub

Results 3 comments of svub

Thought it to be an easy fix like this: ``` self.before.update(function (userId, doc, fieldNames, modifier, options) { if(!modifier.$set) doc.updatedAt = Date.now(); else modifier.$set.updatedAt = Date.now(); }); ``` But meteor-collection-hooks ignores...

Hmmm, I do not really care what method is used internally - what ever is more efficient. But the suggested one is compatible with Java. I did not check if...

Hi, I'd recommend to include this option into this package. E.g. "generate-import-file": false (as default). I need the generated less file as import.less because I want to make use of...