Sha256: 465f277fc547369042fb0da4e999a0b921f179239b7c85311d902be8b356091e

Contents?: true

Size: 192 Bytes

Versions: 14

Compression:

Stored size: 192 Bytes

Contents

module Distil
  
  class HtmlFile < SourceFile
    extension "html"
    content_type "html"

    def minified_content(source=content)
      source.gsub(/>\s+</, "><")
    end
  end
  
end
    

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
distil-0.14.5.a lib/distil/source-file/html-file.rb
distil-0.14.4 lib/distil/source-file/html-file.rb
distil-0.14.3 lib/distil/source-file/html-file.rb
distil-0.14.2 lib/distil/source-file/html-file.rb
distil-0.14.2.a lib/distil/source-file/html-file.rb
distil-0.14.1 lib/distil/source-file/html-file.rb
distil-0.14.1.a lib/distil/source-file/html-file.rb
distil-0.14.0 lib/distil/source-file/html-file.rb
distil-0.14.0.i lib/distil/source-file/html-file.rb
distil-0.14.0.h lib/distil/source-file/html-file.rb
distil-0.14.0.g lib/distil/source-file/html-file.rb
distil-0.14.0.d lib/distil/source-file/html-file.rb
distil-0.14.0.c lib/distil/source-file/html-file.rb
distil-0.14.0.b lib/distil/source-file/html-file.rb