diff options
author | Unknwon <u@gogs.io> | 2015-08-05 20:29:30 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-05 20:29:30 +0800 |
commit | 44c32a8a53c925c998ab1094271ecb1db26ad239 (patch) | |
tree | d5b22794a90e8c1153a531784ccf51ff7d521c8c /config.codekit | |
parent | 2c507667bfd17f88dc4bfabc426c74cd5f8e4461 (diff) | |
download | gitea-44c32a8a53c925c998ab1094271ecb1db26ad239.tar.gz gitea-44c32a8a53c925c998ab1094271ecb1db26ad239.zip |
update config
Diffstat (limited to 'config.codekit')
-rw-r--r-- | config.codekit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.codekit b/config.codekit index a9662e0e39..120180d3be 100644 --- a/config.codekit +++ b/config.codekit @@ -493,6 +493,17 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/public\/ng\/js\/gogs.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/ng\/js\/gogs.js", + "outputAbbreviatedPath": "\/public\/ng\/js\/min\/gogs-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, "\/public\/ng\/js\/gogs\/issue_label.js": { "fileType": 64, "ignore": 1, |