Skip to content

Commit

Permalink
Merge pull request #123 from Silvertower/main
Browse files Browse the repository at this point in the history
Various improvements and fixes
  • Loading branch information
Silvertower authored Jan 31, 2024
2 parents 82fe39c + 2cb1a14 commit 3d6cd97
Show file tree
Hide file tree
Showing 11 changed files with 1,609 additions and 3,079 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/*
scripts/token-action-hud-pf2e.min.js
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: build",
"detail": "rollup -c"
}
]
}
Loading

0 comments on commit 3d6cd97

Please sign in to comment.