Method: WebpackDriver::Configuration::Example.source_root

Defined in:
lib/webpack_driver/configuration/example.rb

.source_rootObject



15
16
17
18
# File 'lib/webpack_driver/configuration/example.rb', line 15

def self.source_root
    Pathname.new(__FILE__)
            .dirname.join('..', '..', '..', 'templates')
end