Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.0.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
René Stalder committed Mar 20, 2014
2 parents f8aa685 + 243ce22 commit 13dee5d
Showing 4 changed files with 15 additions and 51 deletions.
50 changes: 2 additions & 48 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -17,63 +17,17 @@ Ruby and the Compass Gem have to be installed. Important: This package is not go
INSTALLATION
------------------------------------

### With Package Control plugin (Recommended)
### With Package Control plugin

I recommend this method If you want the Compass Build System always up-to-date.

1. Install the [Package Control Plugin](http://wbond.net/sublime_packages/package_control) for Sublime Text 2. Follow the instructions and restart Sublime Text 2.
1. Install the [Package Control Plugin](http://wbond.net/sublime_packages/package_control) for Sublime Text 2 or 3. Follow the instructions and restart Sublime Text.
2. Use Preferences > Package Control or `Command+Shift+P` (OS X) / `Control+Shift+P` (Linux/Windows) and select "Package Control: Install Package". Wait while repositories are loading.
3. When the command form appears type "Compass" and you'll find the Compass Build System. Select to install.

![Package Control](http://f.cl.ly/items/3k2y0g1U342o3W3K3336/Image%202012-08-21%20at%209.40.41%20PM.png)


### Without Package Control plugin: GIT

Path examples for

1. Open terminal / git bash and browse to the Sublime Text Packages Folder

* OSX:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages

* Windows:

C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages

* Linux:

~/.config/sublime-text-3/Packages/

2. `git clone` the repository in a Folder named "Compass". The folder have to be named Compass for the Build System to work.

git://github.com/WhatWeDo/Sublime-Text-2-Compass-Build-System.git Compass

### Manually

1. Download the zipped package from Github

2. Browse to the Sublime Text Package folder. For Sublime Text 2 paths look like the following examples:

* OSX:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages

* Windows:

C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages

* Linux:

~/.config/sublime-text-3/Packages/

3. Once that folder is open, close Sublime Text.

4. Extract the zip, rename the folder to "Compass" and move it in the package folder

5. Restart Sublime Text.

Build
------------------------------------

3 changes: 1 addition & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -19,6 +19,5 @@ for /f "tokens=* delims=;" %%F in ("%fileDir%\..") do if not exist "%fileDir%\co
if not defined fileDir (
echo [ERROR] config.rb not found.
) else (
cd '%fileDir%'
compass compile --boring
compass compile '%fileDir%' --boring
)
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -8,5 +8,6 @@
"1.0.10": "messages/1.0.10.txt",
"1.0.12": "messages/1.0.12.txt",
"1.0.13": "messages/1.0.13.txt",
"1.0.14": "messages/1.0.14.txt"
"1.0.14": "messages/1.0.14.txt",
"1.0.15": "messages/1.0.14.txt"
}
10 changes: 10 additions & 0 deletions messages/1.0.15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1.0.15:

- Well, Hotfix for the Hotfix for Windows to find correct file path

---

<3

Submit new issues to:
https://github.com/whatwedo/Sublime-Text-2-Compass-Build-System/issues

0 comments on commit 13dee5d

Please sign in to comment.