Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.81 KB

Changelog

0.1.3 (2011-04-20)

Compare view

  • Stylus will raise an exception if the compilation fails. You can turn this off with Stylus.silent = true. (by sebastiandeutsch)
  • Added Stylus.logger to handle the output from stylus. On Rails applications this will be the current Rails logger.

0.1.2 (2011-04-10)

Compare view

  • Bug fixes on Stylus::Railtie.

0.1.1 (2011-03-29)

Compare view

  • Isolating the mattr_accessor core ext to a module, avoiding conflicts with AS code.

0.1.0 (2011-03-28)

Compare view

  • Sinatra plugin added. Check the docs for usage and configuration;
  • The rake task can be used standalone using load 'stylus_rails/tasks/compile.rake';
  • Compress flag changed from -C to -c (see it here). Be sure to have stylus 0.9.0 or higher installed.

0.0.3 (2011-03-13)

Compare view

  • Added 'compile_directory' option, so you can output the generated .css files on any other folder. (by sebastiandeutsch)

0.0.2 (2011-02-02)

Compare view

  • Support to the -C flag. Turned on by default;
  • Grouping paths by their output dir, so all the files inside the same folder will be compiled using one single command;
  • The output dir will be created if it doesn't exists.

0.0.1 (2011-02-01)

  • Initial Release.