Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit ef2aa01

Browse files
authored
Merge pull request web-animations#128 from alancutter/releaseFiles
Tighten build artifact name pattern to exclude .gz files
2 parents 6d7abbf + fa73614 commit ef2aa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Example: `http://localhost:9876/base/test/web-platform-tests/web-animations/anim
8383
npm install
8484
grunt
8585
# Optional "grunt test" to make sure everything still passes.
86-
git add -f *.min.js*
86+
git add -f *.min.js{,.map}
8787
git rm .gitignore
8888
git commit -m 'Add build artifacts from '`cat .git/refs/heads/dev`
8989
git push HEAD:refs/heads/master

0 commit comments

Comments
 (0)