FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tidy up 3rd party lib paths · devhttps/frontend@ff7e01d · GitHub

Commit ff7e01d

Browse files
committed
tidy up 3rd party lib paths
1 parent 6f14fe2 commit ff7e01d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

  • tools/__tasks__/compile/javascript

‎tools/__tasks__/compile/javascript/copy.js‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ module.exports = {
88
task: () =>
99
Promise.all([
1010
cpy(
11-
[
12-
'formstack-interactive/**/*',
13-
'omniture/**/*',
14-
'prebid/**/*',
15-
'stripe/**/*',
16-
'react/**/*',
17-
'ophan/**/*',
18-
],
11+
['formstack-interactive/**/*'],
1912
path.resolve(target, 'javascripts', 'vendor'),
2013
{
2114
cwd: path.resolve(vendor, 'javascripts'),

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL