Skip to content

Commit

Permalink
Merge pull request #6 from BoysTownOrg/webpack
Browse files Browse the repository at this point in the history
Webpack
  • Loading branch information
sbashford authored Feb 20, 2023
2 parents 37711ca + 086af95 commit 6eb6ac0
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 275 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.vscode/
/yarn.lock
/.eslintrc.*
/package-lock.json
/dist/
14 changes: 14 additions & 0 deletions jatos-template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Following Directions</title>
<script src="jatos.js"></script>
<script>tokenResourcePath="assets"</script>
</head>

<body>
</body>

</html>
Loading

0 comments on commit 6eb6ac0

Please sign in to comment.