Skip to content

Commit a5947dd

Browse files
committed
feat: Remove minified build output and generated documentation
BREAKING CHANGE: Minified build output and generated documentation has been removed from the source code repository. Instead of to files in this repository, refer to https://unpkg.com/[email protected]/asynctaskqueue-min.js and https://prantlf.github.io/asynctaskqueue.js/.
1 parent 811f8f5 commit a5947dd

19 files changed

+14
-1831
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.DS_Store
2+
asynctaskqueue-min.js*
3+
docs
24
node_modules

.vscode/settings.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.DS_Store": true,
5+
"asynctaskqueue-min.js*": true,
6+
"pnpm-lock.yaml": true
7+
},
8+
"search.exclude": {
9+
"docs": true,
10+
"**/node_modules": true
11+
}
12+
}

asynctaskqueue-min.js

-2
This file was deleted.

asynctaskqueue-min.js.map

-7
This file was deleted.

0 commit comments

Comments
 (0)