You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/bootstrap/engine.rb
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,15 @@
7
7
begin
8
8
require'sassc-rails'
9
9
rescueLoadError
10
-
raiseLoadError.new("bootstrap-rubygem requires a Sass engine. Please add dartsass-sprockets or sassc-rails to your dependencies.")
10
+
begin
11
+
require'dartsass-rails'
12
+
rescueLoadError
13
+
begin
14
+
require'cssbundling-rails'
15
+
rescueLoadError
16
+
raiseLoadError.new("bootstrap-rubygem requires a Sass engine. Please add dartsass-sprockets, sassc-rails, dartsass-rails or cssbundling-rails to your dependencies.")
0 commit comments