Dan Kohn
Dan Kohn
No, end user membership is orthogonal from nonpublic members. You can see on https://landscape.cncf.io/format=members&organization=non-public-unnamed-organization that we currently have 14 non-public members: 1 silver, 3 silver end user, 9 end user...
Asset Rack should be ideal for horizontal scaling across dozens of nodes. Each instance will generate identical fingerprints, since the underlying content will be the same. If you implement cloud...
I'm the one who recommended Asset Rack at http://stackoverflow.com/questions/17516820/serving-files-stored-in-s3-in-express-nodejs-app . What I should have made more clear is to look at Asset Rack as an example of how to implement...
+1 -- Dan Kohn Executive Director, Cloud Native Computing Foundation https://www.cncf.io +1-415-233-1000 https://www.dankohn.com On Mon, Jul 30, 2018 at 10:49 PM, Tamal Saha wrote: > If you are interested in...
@alecgorge , could I please ping you again to update this pull request with the code you're using in production? We'd love to incorporate your changes and merge this.
For me, watch works with Stylus/Jade but not with Browserify or Static. See #79 . Clearly, the watch code needs to be improved. It's only 8 lines of code here:...
Yes, don't both trying to understand the dependency graph. Nodemon has a perfectly good model, which is that it supports watching specific extensions in specific directories. The big question is...
Mac. I'd be happy to test on Windows or Linux for you if that would be helpful.
I love the /asset-rack concept. That would be a huge help during debugging. One other question. I'm an enormous fan of asset-rack, but I don't feel like the first few...
Just an update that watch works correctly for Stylus, but is broken for both Browserify and for Static assets. If I add an image to my public directory when `watch:...