instance method find_javascript_files_in_tree

Ruby on Rails 1.0.3

Since v1.0.3 Last seen in v2.2.3 Private

Available in: v1.0.3 v1.1.6 v1.2.3 v2.0.3 v2.1.0 v2.2.3

Signature

find_javascript_files_in_tree(path)

No documentation comment.

Parameters

path req
Source
# File lib/importmap/map.rb, line 159
    def find_javascript_files_in_tree(path)
      Dir[path.join("**/*.js{,m}")].collect { |file| Pathname.new(file) }.select(&:file?)
    end

Defined in lib/importmap/map.rb line 159 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Importmap::Map

Type at least 2 characters to search.

↑↓ navigate · open · esc close