Skip to content

Commit c8e3583

Browse files
committed
Removed sourcemaps from min.zip
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent d0f19b2 commit c8e3583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- export MIN_ZIP_NAME=${PKG_NAME}_v${PKG_VERSION}_min.zip
1515
- cd dist
1616
- zip -9 --recurse-paths ../$ZIP_NAME **
17-
- zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.*
17+
- zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.* --exclude \*.map
1818
- cd ..
1919
deploy:
2020
- provider: pages

0 commit comments

Comments
 (0)