Jakub Bogucki
Jakub Bogucki
@lorenzos I'm not sure about your specific case but creating `.npmrc` file in project root directory with line ``` puppeteer_skip_chromium_download=1 ``` works for me.
@lorenzos One more thing, for npm/yarn to load things from `.npmrc` you need to run command via them. Could you try to define script in `package.json` similar to example from...
Assuming this is *not* on dev preview (port 3000) you should run `yarn build` or `npm run build` to make sure all files are build for production.
Overcommit (for ruby) is doing some magic and is linting only things that you changed but i think it may not be simple to implement. Definitely would be nice to...
Or maybe... https://www.npmjs.com/package/gulp-git-changed
Also: https://www.npmjs.com/package/gulp-gitmodified
I'll take a lok over the weekend
Hi, I haven't tested it but I noticed that tests are failing (https://www.travis-ci.com/github/edenizk/generator-chisel/builds), please take a look. Some could be fixed by merging #501. Some (like different hashes) are expected...
Hi, I had some time to test yesterday and today, few notes ## General (both static and WP) 1. It looks like you don't have prettier enabled in you editor,...
Great progress, I did a bit of testing, next round I'll look more into the code. > ## General (both static and WP) > 2- I've been looking today at...