Class: TechnoGate::Contao::JavascriptCompiler

Inherits:
Compiler
  • Object
show all
Defined in:
lib/contao/javascript_compiler.rb

Instance Attribute Summary

Attributes inherited from Compiler

#options

Instance Method Summary collapse

Methods inherited from Compiler

#clean, clean, compile, #compile

Constructor Details

#initialize(options = {}) ⇒ JavascriptCompiler

Returns a new instance of JavascriptCompiler.



9
10
11
# File 'lib/contao/javascript_compiler.rb', line 9

def initialize(options = {})
  super
end