mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Ensure build command csp cannot be combined with others like underscore.
Former-commit-id: 97b6bd973323e086f1b6fdf3e40a7732804e2669
This commit is contained in:
@@ -505,6 +505,7 @@
|
||||
});
|
||||
|
||||
commands = [
|
||||
'csp backbone',
|
||||
'mobile underscore',
|
||||
'modern template=./*.jst'
|
||||
];
|
||||
@@ -1646,7 +1647,7 @@
|
||||
})
|
||||
);
|
||||
|
||||
var reNonCombinable = /\b(?:backbone|legacy|mobile|modern|underscore)\b/;
|
||||
var reNonCombinable = /\b(?:backbone|csp|legacy|mobile|modern|underscore)\b/;
|
||||
|
||||
commands.forEach(function(origCommand) {
|
||||
_.each(['', 'mobile', 'modern', 'underscore'], function(otherCommand) {
|
||||
|
||||
Reference in New Issue
Block a user