pt heißt jetzt netcast-ts.
This commit is contained in:
parent
7b5f8ff109
commit
1e41c3d0d2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nt-ts/netcast-ts*.js*
|
5
nt-ts/Makefile
Normal file
5
nt-ts/Makefile
Normal 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 $<
|
|
@ -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>'
|
|
@ -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…
Reference in a new issue