Skip to content

Commit ad7862c

Browse files
committed
Merge branch 'main' into Alt-text-revisions-for-non-decorative-photos
2 parents 3e66a80 + 406a6ad commit ad7862c

File tree

394 files changed

+7942
-23299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+7942
-23299
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# prevents git from converting LF to CRLF, which causes issues
55
# when assembling example pages on Windows
6-
data/examples/**/*.js eol=lf
6+
src/data/examples/**/*.js eol=lf
77

88
# Denote all files that are truly binary and should not be modified.
99
*.ai binary

.lintstagedrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gruntfile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,6 @@ module.exports = function(grunt) {
410410
grunt.loadNpmTasks('grunt-contrib-requirejs');
411411
grunt.loadNpmTasks('grunt-htmlhint');
412412

413-
// i18n tracking task
414-
grunt.registerTask('i18n', function() {
415-
var done = this.async();
416-
require('./i18n.js')(done);
417-
});
418-
419413
grunt.registerTask('make_tmp_dir', function() {
420414
const tmp_path = 'tmp/p5.js';
421415
fse.mkdirpSync(tmp_path);
@@ -500,7 +494,6 @@ module.exports = function(grunt) {
500494
'assemble',
501495
'file_append',
502496
'compress',
503-
'i18n',
504497
'htmlhint'
505498
]);
506499

i18n-tracking.yml

Lines changed: 0 additions & 7287 deletions
This file was deleted.

i18n.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)