Sha256: bb3d455719dbbd269cb1f32ea28c3bf9fc05a07c7ee3886d00706eea86d04297

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

#= require_self
#= require_tree .

window.<%= js_app_name %> =
  Common:
    initPage: ->
      # If you're using the Turbolinks and you need run a code only one time, put something here.
      # if you're not using the turbolinks, there's no difference between init and initPage.

    init: ->
      # Something here. This is called in every page, with or without Turbolinks.

    finish: ->
      # Something here. This is called in every page, with or without Turbolinks.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
initjs-1.0.1 lib/generators/initjs/install/templates/app.coffee
initjs-1.0.0 lib/generators/initjs/install/templates/app.coffee