Sha256: ebb78de03f326b6874600cf7d40d3d85c39b4a4320cda48b8ddb2c7aea13245e

Contents?: true

Size: 137 Bytes

Versions: 4

Compression:

Stored size: 137 Bytes

Contents

module Stitch
  class JavaScriptCompiler < Compiler
    extensions :js
    
    def compile(path)
      File.read(path)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stitch-rb-0.0.5 lib/stitch/compilers/javascript.rb
stitch-rb-0.0.4 lib/stitch/compilers/javascript.rb
stitch-rb-0.0.3 lib/stitch/compilers/javascript.rb
stitch-rb-0.0.2 lib/stitch/compilers/javascript.rb