Sha256: c83f1da687f496bb613d6958ad64fa60a5c98d84206e4489fe8423037df38345
Contents?: true
Size: 816 Bytes
Versions: 3
Compression:
Stored size: 816 Bytes
Contents
#= require_self #= require_tree ./helpers # require_tree ../templates #= require_tree ./models #= require_tree ./views #= require_tree ./routers if _.isUndefined( window.console) window.console = log: -> alert: -> info: -> #console.log window.pullentity_domain if _.isUndefined( window.pullentity_domain) or window.pullentity_domain == "http://" alert("Please configure the domain name in pullentity.yml file \n Or run > pullentity setup your@email.com. in console") false window.Pullentity = Domain: window.pullentity_domain host: "pullentity.com" # "pullentity.dev:3000" # Models: {} Collections: {} Routers: {} Views: { Commons: {} } Helpers: BootstrapHelpers: {} #if !Backbone.history.started # Backbone.history.start() # Backbone.history.started = true
Version data entries
3 entries across 3 versions & 1 rubygems