StandardRB
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -61,4 +61,4 @@ namespace :tailwind do
|
||||
task :build do
|
||||
system("npx tailwindcss -i ./app/assets/css/tailwind.css -o ./app/assets/builds/tailwind.css --minify")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -32,7 +32,7 @@ module Adamantium
|
||||
"syndication.mastodon",
|
||||
"syndication.blue_sky",
|
||||
"syndication.raindrop",
|
||||
"renderers.markdown",
|
||||
"renderers.markdown"
|
||||
]
|
||||
end
|
||||
end
|
||||
|
@@ -44,4 +44,4 @@ if puma_cluster_mode
|
||||
before_fork do
|
||||
Hanami.shutdown
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -2,7 +2,6 @@ module Admin
|
||||
module Views
|
||||
module Pages
|
||||
class New < Admin::View
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user