-
Notifications
You must be signed in to change notification settings - Fork 43
Building Development Versions
Select Build With: Run in the command palette (Ctrl+Shift+B).
(Note: Build system selection has changed significantly in recent versions of Sublime Text. This documentation refers to the latest version of Sublime Text.)
This will activate the build system specified in the Dart .sublime-project, intended for developers of the Dart plugin for Sublime Text. This build system is different to the one included in Support/Dart.build-system. The second one is meant for end-users of this plugin, that is, developers working on Dart code.
Press F7. The current files will be published to <Data>/Packages\Dart.
First, switch to the project's directory.
On Windows, run .\Build.ps1
from a PowerShell console.
On Linux and OS X, run ./build.sh
from a terminal.
Copy the content of this repo's root to your <Data>/Packages/Dart directory.