File: get-respond

package info (click to toggle)
r-cran-shiny 1.10.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,948 kB
  • sloc: javascript: 39,934; sh: 28; makefile: 20
file content (4 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (12)
1
2
3
4
#!/bin/sh
wget -q -N https://raw.githubusercontent.com/scottjehl/Respond/master/dest/respond.src.js
closure-compiler  --charset 'utf-8' --js respond.src.js --js_output_file respond.min.js
wget -q -N https://raw.githubusercontent.com/scottjehl/Respond/master/LICENSE-MIT