From fb9c4dceab45293446c5478898ce7799fda27aae Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 11 May 2015 19:47:32 +0200 Subject: [PATCH] add `grunt-electron` to the readme grunt-electron is pretty dumb, but without it you have to do some useless boilerplate, so why not. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 903e4eb..5cb1a4b 100644 --- a/readme.md +++ b/readme.md @@ -51,3 +51,7 @@ This will: You should be able to launch the app on the platform you built for. If not, check your settings and try again. **Be careful** not to include node_modules you don't want into your final app. For example, do not include the `node_modules/electron-packager` folder or `node_modules/electron-prebuilt`. You can use `--ignore=node_modules/electron-prebuilt` to ignore of these + +### related + +- [grunt-electron](https://github.com/sindresorhus/grunt-electron) - grunt plugin for electron-packager