Method: Webpacker::Configuration#source_path_globbed
- Defined in:
- lib/webpacker/configuration.rb
#source_path_globbed ⇒ Object
26 27 28 |
# File 'lib/webpacker/configuration.rb', line 26 def source_path_globbed globbed_path_with_extensions(source_path.relative_path_from(root_path)) end |