Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .lintstagedrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-requirejs');
grunt.loadNpmTasks('grunt-htmlhint');

// i18n tracking task
grunt.registerTask('i18n', function() {
var done = this.async();
require('./i18n.js')(done);
});

grunt.registerTask('make_tmp_dir', function() {
const tmp_path = 'tmp/p5.js';
fse.mkdirpSync(tmp_path);
Expand Down Expand Up @@ -500,7 +494,6 @@ module.exports = function(grunt) {
'assemble',
'file_append',
'compress',
'i18n',
'htmlhint'
]);

Expand Down
7,287 changes: 0 additions & 7,287 deletions i18n-tracking.yml

This file was deleted.

101 changes: 0 additions & 101 deletions i18n.js

This file was deleted.

Loading