Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Application < Hanami::Application

sources << [
'assets',
# 'vendor/assets'
'vendor/assets'
]
end

Expand Down
131 changes: 0 additions & 131 deletions apps/web/assets/javascripts/flat-ui.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions apps/web/assets/stylesheets/flat-ui.min.css

This file was deleted.

4 changes: 2 additions & 2 deletions apps/web/templates/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Dr Pet</title>

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<%= stylesheet 'flat-ui.min', 'application' %>
<%= stylesheet 'flat-ui', 'application' %>

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down Expand Up @@ -57,6 +57,6 @@
<%= yield %>

<%= javascript 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' %>
<%= javascript 'flat-ui.min' %>
<%= javascript 'flat-ui' %>
</body>
</html>
Loading