mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(cloudcmd) change logs: rm pathname, request, name; add method, data
This commit is contained in:
parent
5a9c75975e
commit
fed2eccdfb
3 changed files with 7 additions and 11 deletions
|
|
@ -150,9 +150,7 @@
|
|||
|
||||
/* added supporting of Russian language in directory names */
|
||||
lPath = Querystring.unescape(lPath);
|
||||
Util.log('pathname: ' + lPath);
|
||||
|
||||
Util.log("request for " + lPath + " received...");
|
||||
Util.log(pReq.method + ': ' + lPath);
|
||||
|
||||
var lData = {
|
||||
name : lPath,
|
||||
|
|
@ -168,14 +166,11 @@
|
|||
|
||||
if(!lRet) {
|
||||
lName = lData.name;
|
||||
Util.log('reading ' + lName);
|
||||
|
||||
/* watching is file changed */
|
||||
if(lConfig.appcache)
|
||||
AppCache.watch(lName);
|
||||
|
||||
Util.log(Path.basename(lName));
|
||||
|
||||
lName = Path.join(DIR, lName);
|
||||
lMin = Minify.allowed,
|
||||
lExt = Util.getExtension(lName),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue