-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated package.json #11
Conversation
skibz
commented
Feb 19, 2015
- fixed version number (npm refuses to work on my computer without a semver type version number)
- added the usual suspects for dev deps (assertion libraries, test runner, etc)
- made the packagejson private, cause, yknow :P
- this just needs my gitignore additions now...
- added scripts block (more to appear here)
- added contributors list
fixed version number (npm refuses to work on my computer without a semver type version number) added the usual suspects for dev deps this just needs my gitignore additions now...
i, too, am hesitant about adding gulp. this project only needs a few command line programs for package maintenance. a |
@TheSBros if we used gulp, it would allow us to add the but i do, personally, prefer just using npm scripts. |
@skibz |
@TheSBros i can't build for os x due to this: nwutils/nw-builder#188 |
@skibz Does that only affect CLI? I was using the API. |
@TheSBros it does seem to only affect command line. wanted to make a npm script a la: |
@skibz @TheSBros you guys are obviously far more experienced with the tools and automation process than I am. To test my builds I've just been dragging the source folder over nw.exe, then to build I just use the command line. Windows: Making an executable file out of a .nw file. Linux: Making an executable file out of a .nw file. Max OSX: Making an executable file out of a .nw file. I'm still fairly new to Node-webkit and have been learning as I was building. Found this very useful. |