appmake 0.1.16 → 0.1.17
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/appmake/version.rb +1 -1
- data/lib/appmake.rb +2 -2
- metadata +1 -1
data/lib/appmake/version.rb
CHANGED
data/lib/appmake.rb
CHANGED
@@ -50,9 +50,9 @@ module Appmake
|
|
50
50
|
end
|
51
51
|
|
52
52
|
desc "install", "install various libs"
|
53
|
-
def install(name
|
53
|
+
def install(name)
|
54
54
|
if name == "jquery"
|
55
|
-
system("curl http://code.jquery.com/jquery
|
55
|
+
system("curl http://code.jquery.com/jquery-1.9.0.min.js -o public/jquery-1.9.0.min.js")
|
56
56
|
elsif name == "underscore"
|
57
57
|
system("curl http://underscorejs.org/underscore-min.js -o public/underscore.min.js")
|
58
58
|
elsif name == "backbone"
|