Skip to content

Commit

Permalink
Merge pull request #21 from gongo/using_https_protocol_media_files
Browse files Browse the repository at this point in the history
Change protocol `http` to `https` that using load js/css files.
  • Loading branch information
gongo committed Dec 16, 2014
2 parents 7be45f8 + 178e3e1 commit 8b3557a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gnawrnip/step_screenshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def developer
end

TurnipFormatter.configure do |c|
c.add_javascript('http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130801/jquery.cycle2.min.js')
c.add_stylesheet('http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css')
c.add_javascript('https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130801/jquery.cycle2.min.js')
c.add_stylesheet('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css')

c.add_javascript(File.dirname(__FILE__) + '/gnawrnip.js')
end

0 comments on commit 8b3557a

Please sign in to comment.