guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

A way to customize the command flags for build integration #14

Open andrewebdev opened 11 years ago

andrewebdev commented 11 years ago

Not really a issue, but in some cases I want to add the --minify flag to my dart2js command.

timothyarmstrong commented 11 years ago

That's a good idea. I don't think the Sublime plugin system has a way to make the builds configurable, but I can add a build rule for outputting minified JavaScript.