bin/uki in uki-1.1.1 vs bin/uki in uki-1.1.2
- old
+ new
@@ -146,10 +146,10 @@
c.syntax = 'uki ie_images [file]'
c.summary = 'Creates image files for IE6,7'
c.description = 'Creates image files for IE6,7 from
data urls in the theme file.
- [file] defaults to <project_name>/theme.js
+ [file] defaults to <name>/theme.js
'
c.when_called do |args, option|
project = Uki::Project.new('.')
target = args.shift || File.join(project.name, 'theme.js')
place = project.ie_images target