Browse Source

Enable client-side LESS compilation mode for development after setting up grunt

Mark Shust 2 years ago
parent
commit
9ca1f75a45
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compose/bin/setup-grunt

+ 3 - 0
compose/bin/setup-grunt

@@ -62,3 +62,6 @@ bin/magento cache:clean
 bin/grunt clean
 bin/grunt exec:$THEME
 bin/grunt less:$THEME
+
+echo "Enabling client-side LESS compilation mode for development..."
+bin/clinotty bin/magento config:set dev/front_end_development_workflow/type client_side_compilation