M

Results 2 issues of M

I'm seeing some 'broken' files when the files are being written and webpage views are being done. Perhaps write to a tmp location first and when the write is complete...

bug

On Windows, I added these options to "phantom.create(function (ph) { .. }" to overcome a couple of errors (module weak not found; security issue). ``` ,{ dnodeOpts: { weak: false...