From 3a5802dd3bbb6496d2debaa2ed2afeb08f2da5ab Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 7 Nov 2013 21:47:24 +0000 Subject: [PATCH] Ignore wp-langs-en.js during linting, per azaozz. see #25187. git-svn-id: https://develop.svn.wordpress.org/trunk@26042 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c570eb7e63..7a4ced7606 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,7 +103,6 @@ module.exports = function(grunt) { 'wp-includes/js/mediaelement/wp-mediaelement.js', 'wp-includes/js/plupload/handlers.js', 'wp-includes/js/plupload/wp-plupload.js', - 'wp-includes/js/tinymce/langs/wp-langs-en.js', 'wp-includes/js/tinymce/plugins/wordpress/editor_plugin_src.js', 'wp-includes/js/tinymce/plugins/wp*/editor_plugin_src.js', 'wp-includes/js/tinymce/mark_loaded_src.js',