2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-02-03 12:18:25 +00:00

add grunt-electron to the readme

grunt-electron is pretty dumb, but without it you have to do some useless boilerplate, so why not.
This commit is contained in:
Sindre Sorhus 2015-05-11 19:47:32 +02:00
parent e1d0264e2d
commit fb9c4dceab

View File

@ -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. 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 **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