Kahlil Lechelt

Results 10 issues of Kahlil Lechelt

I like what you did. I didn't really have time to play around with it but here are some thoughts/suggestions anyway for building it out. - Only [rebuild files that...

[](https://issuehunt.io/r/sindresorhus/electron-serve/issues/2) When I use electron-serve in electron-quick-start `require('./renderer.js')` can't be resolved. I have to use `path.resolve` within the `require` call to make that work: ```html const path = require('path'); require(path.resolve('./renderer.js'));...

enhancement
help wanted
:dollar: Funded on Issuehunt

While finishing up the browserify boilerplate I am adding the Cycle.js specific linting. If you want you can add it as well by just doing `npm i eslint-config-cycle babel-eslint`, adding...

@cowboy The gruntplugin scaffolding is awesome but there is a problem with the README. I have seen many complaints about this in the Grunt community and stumble over this issue...

- [ ] add FAQs - [ ] add instructions on how to ask questions - [ ] other improvements

enhancement

Document all the things! - [ ] Getting started: How to install node.js, npm & and Grunt.js - [ ] Getting started: How to create a package.json using npm init...

Hey @sindresorhus I deprecated grunt-compass with the npm deprecate command, is that all I need to do to deprecate it correctly? https://npmjs.org/package/grunt-compass Thx, Kahlil

question