diff --git a/README.md b/README.md index 1e0b0a0..964751d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ With the Sassconf command tool you can use a config file for defining your [Sass If you liked the config file in any Compass environment then you'll like that one also because it's very similar :) ## ChangeLog -#### Version 0.1.6 +#### Version 0.1.7 (0.1.6 was yanked) - Improved live reloading of config file. - Works now in all exception cases. diff --git a/lib/sassconf.rb b/lib/sassconf.rb index 4253e2a..9348e06 100644 --- a/lib/sassconf.rb +++ b/lib/sassconf.rb @@ -82,7 +82,7 @@ def self.start puts e.message logger.error(e) ensure - @@executor.detach_and_kill + @@executor.detach_and_kill if defined?(@@executor) exit end end diff --git a/lib/sassconf/version.rb b/lib/sassconf/version.rb index 2028536..78983e6 100644 --- a/lib/sassconf/version.rb +++ b/lib/sassconf/version.rb @@ -1,3 +1,3 @@ module Sassconf - VERSION = '0.1.6' + VERSION = '0.1.7' end