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