Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Building Brackets Releases

dangoor edited this page Dec 11, 2014 · 3 revisions

(work in progress)

Introduction

This page documents build steps for Brackets that are typically only run on the build servers when building finished installers. To modify Brackets locally and submit pull requests, simply follow the How to Hack on Brackets instructions instead.

Prerequisites

Build

Run grunt build to compile the Brackets src tree to the dist folder.

To test this build, just open a copy of brackets-shell that hasn't been "setup for hacking" or hold down the shift key as you open Brackets so that it prompts you for the location of the index.html file. Select dist/index.html and you will use the minified copy.

Usage

After a successful build, ...

Clone this wiki locally