Skip to content

Commit

Permalink
Dont try to install asset files on launch. Thats just stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmcfadden committed Jul 19, 2011
1 parent 1093ab8 commit c94d197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/markdown_preview.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def self.initialize
raise "ActionController is not available yet." unless defined?(ActionController)
ActionController::Base.send(:include, MarkdownPreview::Base)
ActionController::Base.send(:helper, MarkdownPreview::Helpers)
MarkdownPreview.install_or_update_markdown_preview
#MarkdownPreview.install_or_update_markdown_preview
@intialized = true
end

Expand Down
2 changes: 1 addition & 1 deletion markdown_preview.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'markdown_preview'
s.version = '0.1.0'
s.version = '0.1.2'
s.authors = ["Jeff McFadden"]
s.email = "jeff.mcfadden@gmail.com"
s.homepage = "http://github.com/jeffmcfadden/markdown_preview"
Expand Down

0 comments on commit c94d197

Please sign in to comment.