Mike Dyer

Results 4 comments of Mike Dyer

Thanks @jefflembeck, a solution is a solution! I've opted for your approach, but for anybody else that may have this issue will need to delete criticalcss from the node_modules directory...

If you guys are going to support cookies, would throwing in support for localStorage be out of the question?

I don't have permissions to the repo to fire a pull request. ``` bash Fidel.prototype.emit = function(eventName, data, namespaced) { - var ns = (namespaced) ? this.namespace : ''; -...