Skip to content

Commit

Permalink
Merge pull request facebook#5683 from zpao/build-no-vendor
Browse files Browse the repository at this point in the history
Don't build vendor files into build/modules
  • Loading branch information
zpao committed Dec 17, 2015
2 parents 963b3ca + b8315fd commit 83328d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var paths = {
'src/**/*.js',
'!src/**/__tests__/**/*.js',
'!src/**/__mocks__/**/*.js',
'!src/shared/vendor/**/*.js',
],
lib: 'build/modules',
},
Expand Down

0 comments on commit 83328d4

Please sign in to comment.