File: coffee_script.rb

package info (click to toggle)
ruby-sprockets 3.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,272 kB
  • sloc: ruby: 10,879; javascript: 73; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'coffee_script'

module Sprockets
  module Autoload
    CoffeeScript = ::CoffeeScript
  end
end