Skip to content

Commit e58dcba

Browse files
committed
Remove parklife
While building a static site from the demo application is a great idea, I can't figure out how to generate the assets for lookbook; they aren't built during assets:precompile, so we need the full, running Rails process for now.
1 parent 9f79115 commit e58dcba

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

demo/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ gem "flowbite-components", path: "../.." # Load the gem files from the parent di
1616
gem "tailwindcss-rails", "~> 4.3"
1717

1818
gem "lookbook", ">= 2.3.11"
19-
gem "parklife"
2019

2120
group :development, :test do
2221
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

demo/Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ GEM
168168
racc (~> 1.4)
169169
nokogiri (1.18.9-x86_64-linux-musl)
170170
racc (~> 1.4)
171-
parklife (0.7.0)
172-
nokogiri
173-
rack-test
174-
thor
175171
pp (0.6.2)
176172
prettyprint
177173
prettyprint (0.2.0)
@@ -288,7 +284,6 @@ DEPENDENCIES
288284
flowbite-components!
289285
listen
290286
lookbook (>= 2.3.11)
291-
parklife
292287
propshaft
293288
puma (>= 5.0)
294289
rails (~> 8.0.2)

demo/Parkfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

demo/bin/static-build

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)