diff --git a/.bazelrc b/.bazelrc index 7b9e6a3..a7ad0fc 100644 --- a/.bazelrc +++ b/.bazelrc @@ -9,6 +9,7 @@ import %workspace%/.aspect/bazelrc/javascript.bazelrc import %workspace%/.aspect/bazelrc/performance.bazelrc ### YOUR PROJECT SPECIFIC OPTIONS GO HERE ### +# common --strategy=sandboxed # FIXME: aspect's rules are a good starting point, but I don't like all of 'em. # I ought to write my own (based on theirs). diff --git a/README.md b/README.md index 91457c9..22efca1 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ Home of [cjGlyphs](https://www.reddit.com/r/iOSthemes/comments/2r45jz/custom_gly git config core.hooksPath .githooks ``` -## Update Packages - -```shell -./ez_pkg.sh -``` - + ## Compress Images ```shell ./png_compress.sh ``` + +## Publish workflow idea + +- GitHub actions workflow to build & publish GitHub release +- bazel `http_archive` to "consume" published `.deb` +- bazel build of site that uses the `.deb`s stored on GitHub (NOT in git repo though!!!) + - ideally, `.deb`s are **not** needed when developing (only when building for website release/publish/deploy to GH pages) diff --git a/packages/com.cj81499.cjglyphs/cjTodo.md b/packages/com.cj81499.cjglyphs/cjTodo.md index be373e9..6699604 100755 --- a/packages/com.cj81499.cjglyphs/cjTodo.md +++ b/packages/com.cj81499.cjglyphs/cjTodo.md @@ -1,12 +1,24 @@ # Todo -## u/cj81499 +## Add -### Add + + + +- [x] Dopamine (com.opa334.Dopamine) +- [x] TrollStore (com.opa334.TrollStore) +- [x] Sileo (com.coolstar.SileoStore) +- [ ] Translate (com.apple.Translate) +- [ ] Magnifier (com.apple.Magnifier) - Settings Icons (Belongs in Glyphs rather than cjGlyphs?) -### Redesign +## Fix + +Clock icon (big dot) + +## Build -- SnapStats (com.quynh.SnapStats) -- Measure (com.apple.measure) +- Invert as part of build process (rather than storing on disk) +- Optimize as part of build process (rather than needing to worry about it) +- Alternatively, optimize & invert during build may be slow (at least, w/o a remote cache...). In that case, an executable target to optimize in the worktree.