Skip to content

Commit

Permalink
Merge pull request #27767 from element-hq/dbkr/unminify_modernizr
Browse files Browse the repository at this point in the history
Unminify modernizr
  • Loading branch information
dbkr authored Jul 17, 2024
2 parents 419f37b + 4728503 commit bc805d2
Show file tree
Hide file tree
Showing 3 changed files with 1,970 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .modernizr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"minify": true,
"minify": false,
"enableClasses": false,
"feature-detects": [
"test/css/animations",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ sonar.exclusions=__mocks__,docs,element.io,nginx

sonar.typescript.tsconfigPath=./tsconfig.json
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=test/**/*,res/**/*
sonar.coverage.exclusions=test/**/*,res/**/*,src/vector/modernizr.js
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml
Loading

0 comments on commit bc805d2

Please sign in to comment.