Luke Horvat
Luke Horvat
Nice, didn't know about jsDelivr. I've added support for it. I noticed, however, that some of the URLs for jQuery aren't consistent between versions. It would be nice if you...
It's not possible with the current implementation, but it would certainly be a nice feature to add. Cool idea. 👍 I will implement it at some point but don't really...
Thank you. Before I merge, can you delete the .DS_Store file?
Also, remove the JS files as well. I will re-generate them myself prior to releasing a new version. (Sorry, I know I mentioned the opposite in the readme).
Option 2 sounds most like the "expected behaviour" to me. Perhaps make it opt-in to alleviate the wastefulness? ``` javascript gaze('**/*.js', { matchEmptyDirs: true }, function() { }); ```
No plans right now. But I would accept a pull request for this, provided the implementation is good.
Sometimes carlo launches into the wrong window when using "--auto-open-devtools-for-tabs" launch arg
Yep, I've been encountering the same issue on Mac. A crude workaround: ```js const app = await carlo.launch({ args: ['--auto-open-devtools-for-tabs'] }); app.on('exit', () => process.exit()); app.serveFolder(__dirname); await app.createWindow(); // create...
+1 Coming up with a name for something is often the hardest part. :/ Starting a new project should be as simple as specifying `dependencies: {}` and `private: true`.
Yeah, I would be pretty happy if Bower acted the same as NPM in this area - prompt for `name` when running `bower init`, but don't require it when running...
Hey, I just published a new version that should make the error messages a bit more meaningful. 👍 Let me know if it helps. Unfortunately Nightmare/Electron can return some ambiguous...