Sha256: 0f46d4bb363192d2d014314c849b4f0deb2052fdd5e4651f83061fd8a32e0134

Contents?: true

Size: 477 Bytes

Versions: 4

Compression:

Stored size: 477 Bytes

Contents

#=require jquery-2.1.3
#=require jasmine
#=require jasmine-html
#=require boot
#=require jasmine-jquery-2.0.5

(->

  jasmine.getFixtures().fixturesPath = 'jasmine/fixtures'
  jasmine.getStyleFixtures().fixturesPath = 'jasmine/fixtures'
  jasmine.getJSONFixtures().fixturesPath = 'jasmine/fixtures/json'

  jasmine.coffee = {}
  jasmine.coffee.autoExecute = true

  currentWindowOnload = window.onload
  window.onload = ->
    currentWindowOnload()  if currentWindowOnload
)()

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jasminecoffee-0.1.3 app/assets/javascripts/jasminecoffee.js.coffee
jasminecoffee-0.1.2 app/assets/javascripts/jasminecoffee.js.coffee
jasminecoffee-0.1.1 app/assets/javascripts/jasminecoffee.js.coffee
jasminecoffee-0.1 app/assets/javascripts/jasminecoffee.js.coffee