Add legacy underscore build test.

Former-commit-id: f56e254f7c2fb4c4adeac16b56c789dd8af8a986
This commit is contained in:
John-David Dalton
2013-02-17 20:44:28 -08:00
parent 8dcc15f4d3
commit 96bac9c149

View File

@@ -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;