Sha256: 55cf1e7f0832b92c29a91974f9a121bdb225134adfe109e11d42de5adb90d890
Contents?: true
Size: 645 Bytes
Versions: 6
Compression:
Stored size: 645 Bytes
Contents
<% case configatron.mack.js_framework -%> <% when 'prototype' -%> <% ["controls.js", "dragdrop.js", "effects.js", "prototype.js"].each do |f| -%> <%= f %>_javascript_file: type: file template_path: <%= File.join(templates_directory_path, "javascripts", "#{f}.template") %> output_path: <%= Mack::Paths.public("javascripts", f) %> <% end -%> <% when 'jquery' -%> <% ["jquery.js", "jquery-ui.js", "jquery-fx.js"].each do |f| -%> <%= f %>_javascript_file: type: file template_path: <%= File.join(templates_directory_path, "javascripts", "#{f}.template") %> output_path: <%= Mack::Paths.public("javascripts", f) %> <% end -%> <% end -%>
Version data entries
6 entries across 6 versions & 1 rubygems