File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 <link rel="icon" type="image/png" href="/_static/icon.png" />
1616 <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" />
17-
18- #{controller[:import_map] .relative_to(request.path + "/").to_html }
17+
18+ #{Utopia::Project::IMPORT_MAP .relative_to(request.path + "/")}
1919
2020 <script src="/_components/jquery/jquery.min.js"></script>
2121 <script src="/_components/jquery-syntax/jquery.syntax.min.js"></script>
Original file line number Diff line number Diff line change 77
88on "**" do
99 @base = Utopia ::Project ::Base . instance
10- @import_map = Utopia ::Project ::IMPORT_MAP
1110end
1211
1312on "index" do
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030 spec . add_dependency "markly" , "~> 0.7"
3131 spec . add_dependency "rackula" , "~> 1.3"
3232 spec . add_dependency "thread-local"
33- spec . add_dependency "utopia" , "~> 2.31 "
33+ spec . add_dependency "utopia" , "~> 2.32 "
3434end
You can’t perform that action at this time.
0 commit comments