Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Dec 13, 2021
1 parent 288e226 commit 085d2ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tw5-plugin-packer action

[![](https://img.shields.io/badge/Version-v0.0.3-green)](https://github.com/tiddly-gittly/tw5-plugin-packer/releases/tag/v0.0.3) [![](https://img.shields.io/badge/Join-TW5CPL-yellow)](https://github.com/tiddly-gittly/TiddlyWiki-CPL)
[![](https://img.shields.io/badge/Version-v0.0.4-green)](https://github.com/tiddly-gittly/tw5-plugin-packer/releases/tag/v0.0.4) [![](https://img.shields.io/badge/Join-TW5CPL-yellow)](https://github.com/tiddly-gittly/TiddlyWiki-CPL)

Don't know how to use automated build tools? Only know how to put plugins into HTML files? Have to manually export JSON files to publish to Release pages every time? If you are in the same boat, try this Action!

Expand Down
1 change: 0 additions & 1 deletion packup.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ try {
console.error(`Failed to minify ${tiddler.title}.`);
}
}
console.log(tiddlersJson);
pluginInfo.text = JSON.stringify(tiddlersJson);
}
// Save JSON file
Expand Down

0 comments on commit 085d2ad

Please sign in to comment.