Sha256: 3ef219a3ae1357a7062e08c10f8a59f8aa37dfb57736ce990712f1f193e427e0

Contents?: true

Size: 479 Bytes

Versions: 166

Compression:

Stored size: 479 Bytes

Contents

require 'tilt/template'
require 'livescript'

module Tilt
  # LiveScript template implementation. See:
  # http://livescript.net/
  #
  # LiveScript templates do not support object scopes, locals, or yield.
  class LiveScriptTemplate < Template
    self.default_mime_type = 'application/javascript'

    def prepare
    end

    def evaluate(scope, locals, &block)
      @output ||= LiveScript.compile(data, options)
    end

    def allows_script?
      false
    end
  end
end

Version data entries

166 entries across 127 versions & 20 rubygems

Version Path
brakeman-5.0.0 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
brakeman-4.10.1 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
brakeman-5.0.0.pre1 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
brakeman-4.10.0 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
brakeman-4.9.1 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/livescript.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/livescript.rb
brakeman-4.9.0 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.9/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.9/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.3 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.3 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.9/lib/tilt/livescript.rb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.2 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.9/lib/tilt/livescript.rb
logstash-output-scalyr-0.1.2 vendor/bundle/jruby/2.5.0/gems/tilt-2.0.10/lib/tilt/livescript.rb
brakeman-4.8.2 bundle/ruby/2.7.0/gems/tilt-2.0.10/lib/tilt/livescript.rb