Module: ReactJSXSprockets
- Extended by:
- ReactJSXSprockets
- Included in:
- ReactJSXSprockets
- Defined in:
- lib/react-jsx-sprockets.rb,
lib/react-jsx-sprockets/jsx.rb,
lib/react-jsx-sprockets/tilt.rb,
lib/react-jsx-sprockets/version.rb
Defined Under Namespace
Constant Summary collapse
- DEFAULT_EXTENTIONS =
%w( jsx ).freeze
- VERSION =
"0.2.4"
Instance Method Summary collapse
-
#sprockets ⇒ Object
Register extention(s) with Sprockets.
- #template_extensions ⇒ Object
Instance Method Details
#sprockets ⇒ Object
Register extention(s) with Sprockets
17 |
# File 'lib/react-jsx-sprockets.rb', line 17 require 'sprockets' |
#template_extensions ⇒ Object
11 12 13 |
# File 'lib/react-jsx-sprockets.rb', line 11 def template_extensions @template_extensions ||= DEFAULT_EXTENTIONS end |