pt heißt jetzt netcast-ts.

master
Denis Knauf 2016-01-13 18:13:19 +01:00
parent 7b5f8ff109
commit 1e41c3d0d2
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View File

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

5
nt-ts/Makefile Normal file
View File

@ -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 $<

View File

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

View File

@ -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 $<