Skip to content

Commit 86e4009

Browse files
Merge pull request #558 from ivan/dashboard-modernization
Modernize the dashboard JavaScript and improve things
2 parents 7ad0d38 + 61af407 commit 86e4009

10 files changed

Lines changed: 2051 additions & 1963 deletions

File tree

dashboard/app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
sprockets = Sprockets::Environment.new
3737
sprockets.append_path(File.expand_path('../assets/images', __FILE__))
3838
sprockets.append_path(File.expand_path('../assets/scripts', __FILE__))
39+
sprockets.append_path(File.expand_path('../assets/dashboard3', __FILE__))
3940
sprockets.append_path(File.expand_path('../assets/stylesheets', __FILE__))
4041

4142
resource = Webmachine::Sprockets.resource_for(sprockets)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
all: dashboard
22

33
dashboard: Dashboard.hx
4-
haxe -main Dashboard -js dashboard.js
4+
haxe -main Dashboard -js dashboard3.js

0 commit comments

Comments
 (0)