This commit is contained in:
Seth Call 2015-08-25 14:53:19 -05:00
parent a579429349
commit 4ac903ece4
4 changed files with 611 additions and 300 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
//= require influxdb-latest
//= require jam_track_utils
//= require bridge
//= require bridge_api
(function (context, $) {

View File

@ -21,7 +21,13 @@ div[layout="header"] h1 {
cursor:pointer;
width: 247px;
height:45px;
@include replace-text(image-url("header/logo.png"));
text-indent: -119988px;
overflow: hidden;
text-align: left;
text-transform: capitalize;
background-image: url(/assets/header/logo-6c293f8eb76677d8bbaca838be8b5f1c.png);
background-repeat: no-repeat;
background-position: 50% 50%;
float:left;
}

View File

@ -20,7 +20,8 @@ task rebuild_bridge: :environment do
if li['Q_INVOKABLE']
match = /^.*Q_INVOKABLE\s+\S+\s+([^\(]+)\(.*$/.match(li)
method = match.captures[0]
methods << method
bits = method.split()
methods << bits[bits.length - 1]
end
end