local precompile assets
This commit is contained in:
@@ -11,6 +11,10 @@ App.ApplicationController = Ember.Controller.extend
|
||||
@set 'notice', null
|
||||
openDebugger: ->
|
||||
debugger
|
||||
evalDebugString: ->
|
||||
if text = $('#debug-eval-string')
|
||||
$('.debug-info').append eval(text)
|
||||
$('.debug-info').append "\n"
|
||||
|
||||
currentPathDidChange: (->
|
||||
@set 'notice', ''
|
||||
@@ -106,5 +110,3 @@ App.ApplicationController = Ember.Controller.extend
|
||||
@redirect_to 'index'
|
||||
|
||||
@store.find('list', 'current').then(success, error)
|
||||
didInsertElement: (e)->
|
||||
#debugger
|
||||
|
||||
@@ -8,3 +8,7 @@
|
||||
.display-row
|
||||
.display-label
|
||||
.display-field: a.button href="./index.html"=t 'settings.reload_application'
|
||||
.row
|
||||
.small-8.columns: input#debug-eval-string
|
||||
.small-4.columns: button{action "evalDebugString"} Debug
|
||||
.row: .small-12.columns: pre.panel.debug-info
|
||||
|
||||
Reference in New Issue
Block a user