Skip to content

Commit

Permalink
Merge pull request #558 from ivan/dashboard-modernization
Browse files Browse the repository at this point in the history
Modernize the dashboard JavaScript and improve things
  • Loading branch information
JustAnotherArchivist committed Jun 30, 2023
2 parents 7ad0d38 + 61af407 commit 86e4009
Show file tree
Hide file tree
Showing 10 changed files with 2,051 additions and 1,963 deletions.
1 change: 1 addition & 0 deletions dashboard/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
sprockets = Sprockets::Environment.new
sprockets.append_path(File.expand_path('../assets/images', __FILE__))
sprockets.append_path(File.expand_path('../assets/scripts', __FILE__))
sprockets.append_path(File.expand_path('../assets/dashboard3', __FILE__))
sprockets.append_path(File.expand_path('../assets/stylesheets', __FILE__))

resource = Webmachine::Sprockets.resource_for(sprockets)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: dashboard

dashboard: Dashboard.hx
haxe -main Dashboard -js dashboard.js
haxe -main Dashboard -js dashboard3.js
Loading

0 comments on commit 86e4009

Please sign in to comment.