Skip to content

Commit

Permalink
Finish Version-0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schlegel committed Jun 12, 2015
2 parents 03f2fde + e842db6 commit 532447c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/sassconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sassconf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sassconf
VERSION = '0.1.6'
VERSION = '0.1.7'
end

0 comments on commit 532447c

Please sign in to comment.