mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Ignore more files.
This commit is contained in:
@@ -79,7 +79,13 @@ function build(target) {
|
|||||||
// Glob existing lodash module paths.
|
// Glob existing lodash module paths.
|
||||||
var modulePaths = glob.sync(path.join(target, '*.js'), {
|
var modulePaths = glob.sync(path.join(target, '*.js'), {
|
||||||
'nodir': true,
|
'nodir': true,
|
||||||
'ignore': path.join(target, '_*.js')
|
'ignore': [
|
||||||
|
'_*.js',
|
||||||
|
'core.js',
|
||||||
|
'fp.js'
|
||||||
|
].map(function(filename) {
|
||||||
|
return path.join(target, filename);
|
||||||
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add FP alias and remapped module paths.
|
// Add FP alias and remapped module paths.
|
||||||
|
|||||||
Reference in New Issue
Block a user