diff options
author | Unknwon <u@gogs.io> | 2015-09-06 08:54:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-06 08:54:08 -0400 |
commit | aa67de910af6246a6dc9ad96c56f789e282e8403 (patch) | |
tree | c845cd7afe587d341a091507d2f08310a816e509 /public | |
parent | 24658fcbdd507bd66cd76b6ca96e1ef5e1c15af5 (diff) | |
download | gitea-aa67de910af6246a6dc9ad96c56f789e282e8403.tar.gz gitea-aa67de910af6246a6dc9ad96c56f789e282e8403.zip |
fix #1558
Diffstat (limited to 'public')
-rw-r--r-- | public/config.codekit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/config.codekit b/public/config.codekit index 430de03f2a..63f5efa4d1 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -670,6 +670,17 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, + "\/ng\/js\/min\/gogs-min.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/ng\/js\/min\/gogs-min.js", + "outputAbbreviatedPath": "\/ng\/js\/min\/min\/gogs-min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, "\/ng\/js\/utils\/preview.js": { "fileType": 64, "ignore": 1, |