Sublime Text Compass Versions Save

Compass Build System for Sublime Text

v1.0.17

7 years ago

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.

v1.0.15

10 years ago

v1.0.14

10 years ago
  • Fixes a path issue for Windows users.

(submitted by @davidlwatsonjr)

v1.0.13

10 years ago

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.

v1.0.12

10 years ago
  • Fixed build problems on OSX
  • Fixed bug with paths containing spaces

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

v1.0.11

10 years ago

v1.0.10

10 years ago

v1.0.10-prerelease

10 years ago

v1.0.9

10 years ago
  • Minor fix for Windows: Better handling for lowest level directory config.rb files

submitted by https://github.com/johnmave126

v1.0.8

10 years ago
  • 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