Adrian Simmons

Results 51 comments of Adrian Simmons

I'm in GMT. circa 5-9pm each day is more difficult to manage because: children. Ditto, sometimes, weekends. I'll probably not have anything much to contribute on this, so don't worry...

12:00 GMT on 11th November - Added to the calendar :)

gist of the irc discussion: https://gist.github.com/adrinux/7413299#file-punch-103-yo Summary: Work on Grunt integration initially, look at yeoman again later.

That's not what joranovski is asking laktek. Currently Punch generates internal URLs as 'clean' URLs e.g. /about rather than /about/index.html – what that means is you need a web server...

I think this needs to be a feature, it's a fairly obvious use case for a 'static' site generator =D That said, if you've only a handful of links that...

A quick hack replacing http.createClient with http.request in library/utility.js and it's working: //, request = http.createClient( port, host ) // .request( type, path, headers ); ``` var options = {...

Stability would explain the lack of activity, nice to know that project is still alive. I'm working up to a pull request for this change.

Some background. In node.js 0.8.8 http.createClient is deprecated http://nodejs.org/api/http.html#http_http_createclient_port_host Node docs don't seem to mention when it was deprecated, but there are other github posts mentioning its deprecation as far...

Done. Still think it needs some tidying up. Maybe headers added to the options object, and some of the vars which were set and then used in http.createClient could perhaps...

I believe the suggested approach for this right now is to build a custom parser, see this comment https://github.com/laktek/punch/issues/57#issuecomment-12171903 (I share your frustration, it does seem like helpers should work...