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
{{ message }}
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.
A possible addition to this library could be a dart:io script that compiles nw applications (eg. 'dart2js --minify', zipping into nw.exe/nw). This wouldn't be practical for a build.dart script, but the nw-app developer may want something like this for a 'publish.dart' script. The user could specify where they've placed the downloaded nw executable, or we could fetch the latest version from the git repo.
The text was updated successfully, but these errors were encountered:
I've been thinking about a way to automate the build and packaging of node-webkit apps for a while, but I couldn't decide yet what would be the best solution. For now, my idea is to provide a bunch of tasks (probably using the grinder library), that the user can easily use to build his own script, according to his needs. I think this can be a better approach than trying to make a single script that cover all the process, or relying in an over-complicated build system (like Grunt). What do you think?
A possible addition to this library could be a dart:io script that compiles nw applications (eg. 'dart2js --minify', zipping into nw.exe/nw). This wouldn't be practical for a build.dart script, but the nw-app developer may want something like this for a 'publish.dart' script. The user could specify where they've placed the downloaded nw executable, or we could fetch the latest version from the git repo.
The text was updated successfully, but these errors were encountered: