templates/js.rb in prologue-0.3.0 vs templates/js.rb in prologue-0.3.6
- old
+ new
@@ -1,8 +1,8 @@
get "http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js", "public/javascripts/jquery.js"
-get "http://github.com/rails/jquery-ujs/raw/master/src/rails.js", "public/javascripts/rails.js"
+get_remote_https_file "https://github.com/rails/jquery-ujs/raw/master/src/rails.js", "public/javascripts/rails.js"
get "http://html5shiv.googlecode.com/svn/trunk/html5.js", "public/javascripts/shiv.js"
run 'rm public/javascripts/application.js'
create_file 'public/javascripts/core.js' do
<<-FILE
@@ -54,6 +54,7 @@
window.QL = QL;
$(document).ready(QL.init);
})(jQuery);
FILE
-end
\ No newline at end of file
+end
+