Script tag not being injected with Padrino #49

Open
opened 2013-11-14 07:54:00 +00:00 by leebrooks0 · 0 comments
leebrooks0 commented 2013-11-14 07:54:00 +00:00 (Migrated from github.com)

I am using Padrino and can't get the script tag to be injected.
The app can be found at https://github.com/leebrooks0/padrino_template,
but here is my config.ru

#!/usr/bin/env rackup
# encoding: utf-8

# This file can be used to start Padrino,
# just execute it from the command line.

require File.expand_path("../config/boot.rb", __FILE__)

require 'rack-livereload'
Padrino::Application.use Rack::LiveReload

run Padrino.application


I am using Padrino and can't get the script tag to be injected. The app can be found at https://github.com/leebrooks0/padrino_template, but here is my config.ru ``` ruby #!/usr/bin/env rackup # encoding: utf-8 # This file can be used to start Padrino, # just execute it from the command line. require File.expand_path("../config/boot.rb", __FILE__) require 'rack-livereload' Padrino::Application.use Rack::LiveReload run Padrino.application ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/rack-livereload#49
No description provided.