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

Releases: whatwedo/sublime-text-compass

v1.0.17

15 Aug 14:10
Compare
Choose a tag to compare

Fixes

  • Add additional Ruby paths for OSX users. This might fix a problem where Sublime Text on OSX couldn't find Ruby.
  • Update urls in the installation message.
  • Update package for new Package Control version.

Additional hotfix

20 Mar 13:59
Compare
Choose a tag to compare
v1.0.15

no message

Hotfix for Windows

20 Mar 08:43
Compare
Choose a tag to compare
  • Fixes a path issue for Windows users.

(submitted by @davidlwatsonjr)

Availability for Sublime Text 3 via Package Control

19 Mar 14:06
Compare
Choose a tag to compare

Pushed the package to Sublime Text 3 since it mostly seems to work for some, for some not, which might not be a problem of Sublime Text 3, but of the used ruby and Compass environment.

Fix for folder structures

23 Aug 15:23
Compare
Choose a tag to compare
  • Fixed build problems on OSX
  • Fixed bug with paths containing spaces

(submitted by https://github.com/attila)

Minor hotfix for Linux

22 Aug 12:49
Compare
Choose a tag to compare
Merge pull request #43 from attila/master

Fixed tests in build.sh for Linux compatibility

Hotfix for OSX/Linux users

22 Aug 08:49
Compare
Choose a tag to compare
  • Fixes OSX/Linux lower level config.rb problems, which caused that Compass isn't searching in the root project folder first (submitted by https://github.com/attila)
  • Important: The Compass build isn't working for Sublime Text 3 Beta at this moment, see #40

v1.0.10-prerelease: Added no-sublime-package definition for extraction of the package dur…

21 Aug 22:13
Compare
Choose a tag to compare

Better handling for lowest level directory config.rb files (Windows)

21 Aug 13:27
Compare
Choose a tag to compare
  • Minor fix for Windows: Better handling for lowest level directory config.rb files

submitted by https://github.com/johnmave126

Flexible project structure

21 Aug 06:37
Compare
Choose a tag to compare
  • Delegate build to script. Find config.rb up the directory tree

This patch delegates the build process to shell scripts for easier maintenance.

The script parses the directory tree upwards and looks for config.rb and then executes the build in the correct folder - e.g where config.rb is. This enables the use of the build system in complex projects where the config.rb is not necessarily in the project root and the sass file can be several directory levels down from the compass config file.

Also changed the build command from compass watch to compass compile as the watch command does not exit and subsequent build runs generate several zombie ruby processes eating up resources.

submitted by https://github.com/attila