mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Add index.js and lodash.js to the list of ignored files when generating fp modules.
This commit is contained in:
@@ -82,7 +82,9 @@ function build(target) {
|
|||||||
'ignore': [
|
'ignore': [
|
||||||
'_*.js',
|
'_*.js',
|
||||||
'core.js',
|
'core.js',
|
||||||
'fp.js'
|
'fp.js',
|
||||||
|
'index.js',
|
||||||
|
'lodash.js'
|
||||||
].map(function(filename) {
|
].map(function(filename) {
|
||||||
return path.join(target, filename);
|
return path.join(target, filename);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user