mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
added debug method to util
This commit is contained in:
parent
85400edf48
commit
91ac8802fe
5 changed files with 43 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
|
||||
var DIR = __dirname + '/',
|
||||
main = require(DIR + 'lib/server/main'),
|
||||
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
* минифицированый
|
||||
*/
|
||||
if(srv.Minify._allowed.css){
|
||||
var lPath = srv.Minify.MinFolder.replace(DIR, '');
|
||||
var lPath = '/' + srv.Minify.MinFolder.replace(DIR, '');
|
||||
|
||||
lReplace_s = '<link rel=stylesheet href="/css/reset.css">';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue