Skip to content

Commit

Permalink
Merge pull request #139 from synyx/html-export
Browse files Browse the repository at this point in the history
HTML export
  • Loading branch information
fheft authored Apr 9, 2022
2 parents 541cd7a + fad564e commit 54fa0b9
Show file tree
Hide file tree
Showing 56 changed files with 8,919 additions and 6,969 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ coverage.html
coverage.out
dist/
node_modules/
public/js/tales.js
public/js/tales.js.map
public/js/
public/css/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ clean-go:
rm -rf coverage.out coverage.html ${BINARIES}

clean-js:
rm -rf dist/main.{js,js.map} public/js/tales.{js,js.map}
rm -rf dist/main.{js,js.map} public/js/tales.{js,js.map} public/js/viewer.{js,js.map}
Loading

0 comments on commit 54fa0b9

Please sign in to comment.