From 96bac9c149302b9862b4b74242fcb2a066f22e93 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 17 Feb 2013 20:44:28 -0800 Subject: [PATCH] Add `legacy underscore` build test. Former-commit-id: f56e254f7c2fb4c4adeac16b56c789dd8af8a986 --- test/test-build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test-build.js b/test/test-build.js index 6cc65d19c..759d98ebc 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -1201,6 +1201,7 @@ 'category=collections,functions', 'backbone legacy category=utilities minus=first,last', 'legacy include=defer', + 'legacy underscore', 'underscore include=debounce,throttle plus=after minus=throttle', 'underscore mobile strict category=functions exports=amd,global plus=pick,uniq', ] @@ -1227,7 +1228,7 @@ command = 'modern ' + command; } if (index == 3) { - if (/category|underscore/.test(command)) { + if (/category|legacy|underscore/.test(command)) { return; } command = 'underscore ' + command;