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/tasks/cssbundling/build.rake
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,19 @@ namespace :css do
2
2
desc"Build your CSS bundle"
3
3
task:builddo
4
4
unlesssystem"yarn install && yarn build:css"
5
-
raise"cssbundling-rails: Command css:build failed, ensure yarn is installed and `yarn build:css` runs without errors"
5
+
raise"cssbundling-rails: Command css:build failed, ensure yarn is installed and `yarn build:css` runs without errors or use SKIP_CSS_BUILD env variable"
0 commit comments