소스 검색

Clear cache after enabling client-side LESS compilation so settings take effect

Mark Shust 2 년 전
부모
커밋
d25c812d47
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compose/bin/setup-grunt

+ 1 - 0
compose/bin/setup-grunt

@@ -65,3 +65,4 @@ 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
+bin/clinotty bin/magento cache:clean