Sha256: 15e9170cbc7a54e10392fe71f8ada90e1a617523591870d3a6b44d60d4caade8

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

RenderExecJS.configure do
#  Add your RenderExecJS configuration here

#  Execute JS within environment from Sprockets
#  compile_with :sprockets_require_tag

#  Execute JS within environment from File
#  compile_with File.read("")

#  Execute JS within environment from String
#  compile_with <<-JS
#    // do stuff
#  JS
end

#  Alternate setter syntax
#  RenderExecJS.compile_with # value
#  or
#  RenderExecJS.compile_with = # value

#  Alternate getter syntax
#  RenderExecJS.compile_with # => value

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
render_execjs-0.0.2 lib/generators/templates/render_execjs.rb