John K. Paul

Results 13 comments of John K. Paul

Currently there is already a npm package for this, maintained by @sethmcl https://github.com/sethmcl/esmorph but it is out of date.

This has been fixed sometime between when this ticket was opened and the latest release of mocha. Full code can be found here - https://github.com/johnkpaul/mocha-issue-2183

Yeah, I've thought that I'd add NODE_ENV based package.json lookup to handle this in the future. I don't know what the best way is but there definitely needs to be...

Thinking about a config that looks like this. ``` "promethify": { "basedir": "src", "hostname": "local.dev", "port": 8089, "production: { "basedir": "src", "hostname": "cdn.yourwebsite.com", "outputDir": "out", "outputDeployPath": "static/project/releases", "port": 8089 }...

Hmm, I see what you mean. I need to think about how to handle this. For your specific example, I think that you can work around by using `.then(successHandler, failureHandler)`...

Hey @dmitriz It's definitely possible, and something that I will try to work on this week. Sorry for the delay.

I think that this was fixed with an unrelated change sometime in the past few months. I don't use grunt-browserify, but I no longer have this problem and have successfully...

Wow, you're up early for brooklyn. promethify can load a module async, but it does make the assumption that it only needs to be loaded once and then caches it...

I don't really consider these to be jQuery plugins. It's not modifying $.fn, but $.expr. This seems like a topic for misc.

Is the solution to this expected to be different than the fix for #6? Once there's ENV based configuration, I think this will be addressed. Sent from my iPhone >...