Sha256: 1df343cdb229120d2ffe74e5c5ea7d94ff657154128e383c5042f2cb2ef9da0c
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
!!! 5 %html %head %link{:rel => "stylesheet", :href => url_for_screw_asset("screw.css"), :type => "text/css"} - required_files.each do |required_file| %script{:type => "text/javascript", :src => cache_busting_url("/#{required_file}")} - screw_assets.each do |asset| %script{:type => "text/javascript", :src => url_for_screw_asset(asset)} - spec_helpers.each do |asset| %script{:type => "text/javascript", :src => cache_busting_url(url_for_source_file(asset))} %script{:type => "text/javascript"} = "fixture_container = #{fixture_html.to_json}" = "Screw.jshint_suites = #{jshint_suites.to_json};" %body %h3#screw_server_loading{:class => "status"} Loading... #fixture_container - @specs.each do |spec| %script{:type => "text/javascript", :src => cache_busting_url(url_for_spec(spec.full_name))} %script{:type => "text/javascript", :src => url_for_screw_asset("screw-jshint.js")} :javascript $("#screw_server_loading").remove(); - if @include_monitor_code %script{:type => "text/javascript"} = monitor_code
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
screw_server-0.1.14 | views/run_spec.haml |
screw_server-0.1.13 | views/run_spec.haml |
screw_server-0.1.12 | views/run_spec.haml |