diff options
author | Unknwon <u@gogs.io> | 2015-08-19 00:34:11 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-19 00:34:11 +0800 |
commit | 81b8427438d4d37d38a46d0fec4c22aee60f91fa (patch) | |
tree | 19138f3cf6bdaa2d4bde0dfb3355df10703174cb /config.codekit | |
parent | 6fdc881bd4ffb0a97a9a3f6ec65182575c5b0bde (diff) | |
download | gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.tar.gz gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.zip |
new UI on admin/monitor
Diffstat (limited to 'config.codekit')
-rw-r--r-- | config.codekit | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config.codekit b/config.codekit index fa66ca0ea1..2bdc1994c8 100644 --- a/config.codekit +++ b/config.codekit @@ -235,6 +235,26 @@ "outputPathIsSetByUser": 0, "processed": 1 }, + "\/public\/less\/_admin.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/less\/_admin.less", + "outputAbbreviatedPath": "\/public\/css\/_admin.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, "\/public\/less\/_base.less": { "allowInsecureImports": 0, "createSourceMap": 0, |