loris 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/tasks/coffeescript/coffeescript_runner.rb +1 -1
- data/loris.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
@@ -18,7 +18,7 @@ class CoffeeScriptRunner
|
|
18
18
|
|
19
19
|
@coffee_dirs.each do |coffee_dir|
|
20
20
|
js_dir = coffee_dir.sub '/coffee-', '/'
|
21
|
-
output.push `#{@binary} --
|
21
|
+
output.push `#{@binary} --output #{js_dir} --compile #{coffee_dir} 2>&1`
|
22
22
|
end
|
23
23
|
|
24
24
|
return output.join "\n"
|
data/loris.gemspec
CHANGED