Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Compilation Support [Enhancement] #1

Open
ppvk opened this issue Feb 1, 2014 · 2 comments
Open

Compilation Support [Enhancement] #1

ppvk opened this issue Feb 1, 2014 · 2 comments
Assignees

Comments

@ppvk
Copy link

ppvk commented Feb 1, 2014

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.

@ghost ghost assigned luizmineo Feb 2, 2014
@luizmineo
Copy link
Owner

Hi @darkkiero, thanks for the feedback!

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?

@ppvk
Copy link
Author

ppvk commented Feb 8, 2014

That makes more sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants