Module | Sprockets::Paths |
In: |
lib/sprockets/paths.rb
|
trail | [R] |
Returns an `Array` of extensions.
These extensions maybe omitted from logical path searches.
# => [".js", ".css", ".coffee", ".sass", ...]
Returns an `Array` of path `String`s.
These paths will be used for asset logical path lookups.
Note that a copy of the `Array` is returned so mutating will have no affect on the environment. See `append_path`, `prepend_path`, and `clear_paths`.