Skip to content

Commit

Permalink
Exclude variables.scss from theme sync check.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jan 3, 2025
1 parent c1737f3 commit d16b8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ ${git_status}
<fileset dir="${check_dir_base}">
<type type="file" />
<exclude name="bootstrap.scss" />
<exclude name="variables.scss" />
<exclude name="components/similar-carousel.scss" />
<exclude name="vendor/**" />
<different targetdir="${check_dir_compare}" ignoreFileTimes="true" />
Expand Down

0 comments on commit d16b8d6

Please sign in to comment.