Skip to content

cozawariat/Response-for-Brackets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to install Response for Brackets

Hacking brackets

  1. Install the latest Brackets build (this gives you the native shell binaries which you'll use in step 6)
  2. Fork the brackets repo
  3. Clone your fork of the repo: git clone https://github.com/<username>/brackets.git
  4. Fetch submodules: cd brackets and git submodule update --init
  5. Add an "upstream" remote: git remote add upstream https://github.com/adobe/brackets.git
  6. Run setup_for_hacking script
system command
Mac tools/setup_for_hacking.sh "/Applications/Brackets.app"
Windows tools\setup_for_hacking.bat "C:\Program Files (x86)\Brackets"
(MUST be run in a Command Prompt started with "Run as Administrator")
Linux sudo tools/setup_for_hacking.sh "/opt/brackets"
  1. Copy the files from the src/bracketsCoreChanges into your cloned brackets/src folder

Installing the extension

  1. Copy all the files from this repo src folder to your C:\Users\<username>\AppData\Roaming\Brackets\extensions\user folder

Original project

For more information please visit Response-forBrackets by @brimelow

About

Responsive design tool for Brackets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 7.6%