Method: WebResourceBundler::BlockData#scripts
- Defined in:
- lib/web_resource_bundler/content_management/block_data.rb
#scripts ⇒ Object
16 17 18 |
# File 'lib/web_resource_bundler/content_management/block_data.rb', line 16 def scripts @files.select { |f| f.type[:ext] == 'js'} end |