Nathan Hutchision

Results 15 issues of Nathan Hutchision

For reference (might be useful for polyfill also) there is this library http://oboejs.com/

This would make content hash caching easier. For example ExtractTextPlugin allows this: `new ExtractTextPlugin('[name]-[contenthash].css')` It would be nice if we could do this: ``` ...snip new StaticSiteGeneratorPlugin('app-[contenthash].js', routes) ...snip var...

Forge would be a good api to expose

I have configured mark2, but when I use mark2 start in the server dir it doesn't output anything and just hangs. Looking at the running processes I can't see any...

this will save some time bumping versions every time a new version of react is released, fixes #29

Update is very handy for updating single hash attributes without deleting the other attributes in the same key

returning the key from the snapshot returned by firebase push makes using it slightly easier

Possibly instead of accepting the firebase constructor it should accept an instance so that auth can be performed before handing it off?

This is a really cool idea @rpflorence, but I am still left battling security rules... Some kinda annotations for security rules that could be dumped to a rules.json would be...