guard-mirror 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +6 -6
  2. data/lib/guard/mirror.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -2,12 +2,12 @@ guard-mirror
2
2
  ============
3
3
 
4
4
  A CoffeeScript, Stylus, and Jade (HTML and JST) Guard that mirrors your source
5
- files (.coffee/.styl/.jade/.jst.jadet) in another location (public/www/etc...).
6
- guard-mirror also can compress the files on the fly for use in production with
7
- a simple `compress: true` option. Google Closure Compiler is used for JS and
8
- YUI Compressor for CSS. Jade -> HTML files are automatically shrinkwrapped.
9
- Sprockets is used for file requiring and concatination so all of the same
10
- Sprockets syntax can be used.
5
+ files (.coffee/.styl/.jst.jade/.html.jade) in another location
6
+ (public/www/etc...). guard-mirror also can compress the files on the fly for
7
+ use in production with a simple `compress: true` option. Google Closure
8
+ Compiler is used for JS and YUI Compressor for CSS. Jade -> HTML files are
9
+ automatically shrinkwrapped. Sprockets is used for file requiring and
10
+ concatination so all of the same Sprockets syntax can be used.
11
11
 
12
12
  I created this to help with PhoneGap/Cordova development and it's working out really nice!
13
13
 
data/lib/guard/mirror.rb CHANGED
@@ -74,7 +74,7 @@ module ::Guard
74
74
  begin
75
75
  @env[path]
76
76
  rescue => e
77
- if @options[:nofify]
77
+ if @options[:notify]
78
78
  Notifier.notify e.message,
79
79
  title: 'guard-mirror',
80
80
  image: :failed
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-mirror
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: