makevoid / guard-concat

This little guard plugin allows you to concatenate js/css (or other) files in one.
Other
12 stars 6 forks source link

Update to follow Guard 2.0 changes #8

Closed ezekg closed 9 years ago

ezekg commented 9 years ago

Ignore the messy commits. Updated to follow changes in Guard 2.0. Added :verbose option to output all concatenated files on concatenation ("Concatenated #{file_names.join(', ')} to #{output_file}") as opposed to Concatenated #{output_file}. Been testing for about a week or so and have not had any issues.

makevoid commented 9 years ago

Very good, will test and merge soon! Many thanks!

ezekg commented 9 years ago

No problemo! Let me know I need to change anything.

ezekg commented 9 years ago

Fixed an issue with installation on Yosemite and Ruby >= 1.9.

There was a LoadError while loading guard-concat.gemspec:
cannot load such file -- guard from
  /Users/x/.bundler/ruby/2.0.0/guard-concat-075471623587/guard-concat.gemspec:2:in `<main>'

Does it try to require a relative path? That's been removed in Ruby 1.9.
makevoid commented 9 years ago

Your changes have been merged: https://github.com/makevoid/guard-concat/commits/master Thanks for the contribution!

I will soon release it to rubygems