pt heißt jetzt netcast-ts.

master
Denis Knauf 7 years ago
parent 7b5f8ff109
commit 1e41c3d0d2
  1. 1
      .gitignore
  2. 5
      nt-ts/Makefile
  3. 2
      nt-ts/netcast-ts.coffee
  4. 5
      pt/Makefile

1
.gitignore vendored

@ -0,0 +1 @@
nt-ts/netcast-ts*.js*

@ -0,0 +1,5 @@
netcast-ts.min.js: netcast-ts.js
uglifyjs --compress --mangle --reserved '$$' --in-source-map netcast-ts.js.map --output $@ --source-map $@.map $<
netcast-ts.js: netcast-ts.coffee
coffee --compile --map $<

@ -25,7 +25,7 @@
undefined
netcastscroll()
$('pc-ts').replaceWith ->
$('nc-ts').replaceWith ->
$this = $ this
ts = $this.text()
$ '<a>'

@ -1,5 +0,0 @@
pt.min.js: pt.js
uglifyjs --compress --mangle --reserved '$$' --in-source-map pt.js.map --output $@ --source-map $@.map $<
pt.js: pt.coffee
coffee --compile --map $<
Loading…
Cancel
Save