trackman 0.6.17 → 0.6.18
Sign up to get free protection for your applications and to get access to all the features.
data/lib/trackman/version.rb
CHANGED
@@ -13,13 +13,12 @@ namespace :trackman do
|
|
13
13
|
end
|
14
14
|
end
|
15
15
|
|
16
|
-
RestClient.log = STDOUT
|
17
16
|
if Rake::Task.task_defined?("assets:precompile:nondigest")
|
18
17
|
Rake::Task["assets:precompile:nondigest"].enhance do
|
19
18
|
STDOUT.puts "Trackman: autosyncing..."
|
20
19
|
Trackman::Assets::Asset.autosync
|
21
20
|
STDOUT.puts "Trackman: done."
|
22
|
-
|
21
|
+
end
|
23
22
|
elsif Rake::Task.task_defined?("assets:precompile")
|
24
23
|
Rake::Task["assets:precompile"].enhance do
|
25
24
|
STDOUT.puts "Trackman: autosyncing..."
|