-
Notifications
You must be signed in to change notification settings - Fork 43
Building Files
guillermooo edited this page Oct 3, 2014
·
2 revisions
Build tasks work through the built-in build system facilities
in Sublime Text. Because of the way these facilities work, you will need to
put the Dart SDK's bin directory on your $PATH
.
Sublime Text will activate the Dart build system automatically if you have set build system discovery to Automatic. This can be configured from the Sublime Text main menu: Tools → Build System → Automatic.
Alternatively, you can manually change the current build system from the main menu: Tools → Build System → Dart
There is no default build task. You can find all available tasks using the command palette and searching for 'Build: Dart: '.
See the Keyboard Shortcuts topic for more information.