Skip to content

Building Development Versions

guillermooo edited this page Mar 1, 2015 · 6 revisions

Activating the Development Build System

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.

Building Versions from Sublime Text

Press F7. The current files will be published to <Data>/Packages\Dart.

Building Versions from the Command Line

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.

Building Versions Manually

Copy the content of this repo's root to your <Data>/Packages/Dart directory.

Clone this wiki locally