Skip to content

Commit

Permalink
freebie (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane Davis and 12ball committed Dec 17, 2024
1 parent 74c8161 commit 09e1a6a
Show file tree
Hide file tree
Showing 62 changed files with 356,376 additions and 496 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ task default: :fmt

desc "build npm sub-projects"
task :build_npm do
%w[share-location photo-gallery chikorita].each do |i|
%w[share-location photo-gallery chikorita freebee].each do |i|
sh "mkdir", "-pv", File.join("dist", i)
sh "bun", "i", "--cwd", File.join(__dir__, i)
sh "bun", "run", "--cwd", File.join(__dir__, i), "build"
sh "rsync", "-rv", File.join(__dir__, i, "dist") + "/", File.join(__dir__, "dist", i) + "/"
sh "rsync", "-rv", "--delete", File.join(__dir__, i, "dist") + "/", File.join(__dir__, "dist", i) + "/"
end
sh "rsync", "-rv", "--delete", File.join(__dir__, "freebee", "api") + "/", File.join(__dir__, "dist", "freebee", "api") + "/"
end

desc "build markdown writeups"
Expand Down
42 changes: 42 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
{
"linter": {
"ignore": [
"app/assets/builds/**",
"backend/public/assets/**",
"backend/static/**",
"app/assets/stylesheets/application.tailwind.css",
"config/provision/production.json",
"vendor/**",
"node_modules",
"frontend/node_modules",
"dist",
"doc",
".yardoc"
],
"rules": {
"complexity": {
"noStaticOnlyClass": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
}
}
},
"formatter": {
"ignore": [
"app/assets/builds/**",
"app/assets/stylesheets/application.tailwind.css",
"backend/public/assets/**",
"backend/static/**",
"vendor/**",
"dist",
"doc",
"package.json",
"node_modules",
"frontend/node_modules",
".yardoc",
"config/provision/production.json"
]
},
"css": {
"formatter": {
"indentStyle": "space"
Expand All @@ -13,5 +52,8 @@
"formatter": {
"indentStyle": "space"
}
},
"files": {
"ignoreUnknown": true
}
}
47 changes: 0 additions & 47 deletions dist/chikorita/assets/index-BijZ4rn8.js

This file was deleted.

47 changes: 0 additions & 47 deletions dist/chikorita/assets/index-OKPgA9uY.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/chikorita/assets/index-bVdFZoTY.css

This file was deleted.

47 changes: 0 additions & 47 deletions dist/chikorita/assets/index.0fd64a1b.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/chikorita/assets/index.bd2cf43e.css

This file was deleted.

Binary file removed dist/chikorita/assets/plant-oSottoi_.png
Binary file not shown.
Binary file removed dist/chikorita/assets/plant.bd1de83e.png
Binary file not shown.
22 changes: 22 additions & 0 deletions dist/freebee/api/puzzles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"2024-12-16": "PDEIOTV",
"2024-12-15": "UFINORT",
"2024-12-14": "HACELNO",
"2024-12-13": "TACKRWY",
"2024-12-12": "OAIMNTZ",
"2024-12-11": "YBCDEOT",
"2024-12-10": "NCEFITV",
"2024-12-09": "OGIKNUW",
"2024-12-08": "CAEINTX",
"2024-12-07": "TADEIMV",
"2024-12-06": "PHILNOY",
"2024-12-05": "RDGNOTU",
"2024-12-04": "KABDEMN",
"2024-12-03": "EHMNOTW",
"2024-12-02": "MACILOY",
"2024-12-01": "ABDEGHI",
"2024-11-30": "CAILMNT",
"2024-11-29": "TABCKOU",
"2024-11-28": "GCFHILN",
"2024-11-27": "PADEGOY"
}
Loading

0 comments on commit 09e1a6a

Please sign in to comment.