Skip to content

Commit 4b35084

Browse files
rmm5tglebm
authored andcommitted
Add bootstrap-utilities to list of main files
1 parent 3903cf3 commit 4b35084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/updater/scss.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def update_scss_assets
1212
log_processed "#{bootstrap_scss_files * ' '}"
1313

1414
log_status 'Updating scss main files'
15-
%w(bootstrap bootstrap-grid bootstrap-reboot).each do |name|
15+
%w(bootstrap bootstrap-grid bootstrap-reboot bootstrap-utilities).each do |name|
1616
# Compass treats non-partials as targets to copy into the main project, so make them partials.
1717
# Also move them up a level to clearly indicate entry points.
1818
from = "#{save_to}/#{name}.scss"

0 commit comments

Comments
 (0)