Skip to content

Commit

Permalink
New code location for the raphaeljs-files, fixes padrino#94
Browse files Browse the repository at this point in the history
  • Loading branch information
wikimatze committed Jul 11, 2016
1 parent 0af9809 commit 5657d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/raphaeljs_plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
# Plugin for installing RaphaelJS into Padrino project.
#
# Javascript files.
get 'https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael-min.js', destination_root('public/javascripts/raphael-min.js')
get 'https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael.js', destination_root('public/javascripts/raphael.js')
# https://github.com/DmitryBaranovskiy/raphael/
get 'https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/master/raphael.min.js', destination_root('public/javascripts/raphael-min.js')
get 'https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/master/raphael.js', destination_root('public/javascripts/raphael.js')

0 comments on commit 5657d39

Please sign in to comment.