This JavaScript file is located in js/ - Fixed paths for all targets.
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
56b07d84c5
commit
3ec64116a4
@ -3,7 +3,7 @@
|
||||
all: realtimeupdate.min.js
|
||||
|
||||
clean:
|
||||
rm -f realtimeupdate.min.js
|
||||
rm -f js/realtimeupdate.min.js
|
||||
|
||||
realtimeupdate.min.js: realtimeupdate.js
|
||||
yui-compressor realtimeupdate.js > realtimeupdate.min.js
|
||||
realtimeupdate.min.js: js/realtimeupdate.js
|
||||
yui-compressor js/realtimeupdate.js > js/realtimeupdate.min.js
|
||||
|
Loading…
Reference in New Issue
Block a user