You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NW manifest has to be managed by the programmer. A build step or seperate package.json is required which acts as a NW manifest.
Expected/Proposed Behaviour
If options.managedManifest is enabled, it would parse the Node manifest (package.json at the project root and copy all NW.js relevant properties to the NW manifest inside package.nw. User will also have option to edit those properties (to omit a property, set it to undefined).
A common NW.js Web App development setup would be:
Issue Type
Current/Missing Behaviour
The NW manifest has to be managed by the programmer. A build step or seperate package.json is required which acts as a NW manifest.
Expected/Proposed Behaviour
If
options.managedManifest
is enabled, it would parse the Node manifest (package.json
at the project root and copy all NW.js relevant properties to the NW manifest insidepackage.nw
. User will also have option to edit those properties (to omit a property, set it toundefined
).A common NW.js Web App development setup would be:
.package.json
By enabling
managedManifest
:package.nw/package.json
Additional Info
nw-builder
one step closer tonwjs-builder-pheonix
in terms of feature parity.The text was updated successfully, but these errors were encountered: