Skip to content

Commit d2a17a3

Browse files
committed
Generate attributions during build process
Signed-off-by: Gary Kim <[email protected]>
1 parent 74e6266 commit d2a17a3

File tree

6 files changed

+8
-16725
lines changed

6 files changed

+8
-16725
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ chromium_build.zip
33
firefox_build.zip
44
artifacts/
55
dist/
6+
src/web_accessible_resources/libraries.txt
67

78
# Node
89
node_modules/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
firefox: latest-unsigned
1313
script:
1414
- npm test
15+
- npm run libraries
1516
- npm run webpack:build:firefox
1617
- npm run test:build
1718
- npm run integration:firefox
@@ -20,6 +21,7 @@ matrix:
2021
chrome: stable
2122
script:
2223
- npm test
24+
- npm run libraries
2325
- npm run webpack:build:chromium
2426
- npm run test:build
2527
- npm run integration:chromium

0 commit comments

Comments
 (0)