From e98ee424735a3e8990208f7d91f6ef273498ee89 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Apr 2013 15:21:00 +1000 Subject: [PATCH] new ignore in jshint --- config/jshint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/jshint.yml b/config/jshint.yml index 5e248f1df49..b88e27bb200 100644 --- a/config/jshint.yml +++ b/config/jshint.yml @@ -14,6 +14,7 @@ paths: exclude_paths: - app/assets/javascripts/external/* - app/assets/javascripts/external_production/* + - app/assets/javascripts/external_development/* - app/assets/javascripts/defer/* - app/assets/javascripts/locales/i18n.js