Skip to content

Commit

Permalink
Updates Rake task to include jQuery 3 download
Browse files Browse the repository at this point in the history
  • Loading branch information
cannikin committed Jun 16, 2016
1 parent 9f91728 commit eb6d274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ task :update_jquery do

download_jquery('jquery', Jquery::Rails::JQUERY_VERSION)
download_jquery('jquery2', Jquery::Rails::JQUERY_2_VERSION)
download_jquery('jquery3', Jquery::Rails::JQUERY_3_VERSION)
puts "\e[32mDone!\e[0m"
end

Expand Down

0 comments on commit eb6d274

Please sign in to comment.