We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd81ca0 commit 15edd72Copy full SHA for 15edd72
app/helpers/css_splitter/application_helper.rb
@@ -3,6 +3,7 @@ module ApplicationHelper
3
def split_stylesheet_link_tag(*sources)
4
options = sources.extract_options!
5
split_count = options.delete(:split_count) || 2
6
+
7
sources.map do |source|
8
split_sources = (2..split_count).map { |index| "#{ source }_split#{ index }" }
9
0 commit comments