diff options
author | Joubert RedRat <me+github@redrat.com.br> | 2016-11-03 16:31:05 -0200 |
---|---|---|
committer | Joubert RedRat <me+github@redrat.com.br> | 2016-11-04 08:53:18 -0200 |
commit | ff54e4d929722eb28e053b25fd353ea869ec2f45 (patch) | |
tree | 9ecbf93cb841f435ba57d8530971335cbf0f8c3f /public/config.codekit | |
parent | fc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b (diff) | |
download | gitea-ff54e4d929722eb28e053b25fd353ea869ec2f45.tar.gz gitea-ff54e4d929722eb28e053b25fd353ea869ec2f45.zip |
Set default less and css to new default name
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/config.codekit b/public/config.codekit index fa0fae58a7..697e245e8d 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -11,11 +11,11 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/css\/gogs.css": { + "\/css\/index.css": { "fileType": 16, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/gogs.css", + "inputAbbreviatedPath": "\/css\/index.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 @@ -128,11 +128,11 @@ "outputPathIsSetByUser": 0, "processed": 1 }, - "\/js\/gogs.js": { + "\/js\/index.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/js\/gogs.js", + "inputAbbreviatedPath": "\/js\/index.js", "outputAbbreviatedPath": "\/js\/min\/gogs-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, @@ -421,7 +421,7 @@ "strictMath": 0, "strictUnits": 0 }, - "\/less\/gogs.less": { + "\/less\/index.less": { "allowInsecureImports": 0, "createSourceMap": 0, "disableJavascript": 0, @@ -429,8 +429,8 @@ "ieCompatibility": 1, "ignore": 0, "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/less\/gogs.less", - "outputAbbreviatedPath": "\/css\/gogs.css", + "inputAbbreviatedPath": "\/less\/index.less", + "outputAbbreviatedPath": "\/css\/index.css", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 1, "outputStyle": 0, @@ -1258,4 +1258,4 @@ "websiteRelativeRoot": "" }, "settingsFileVersion": "2" -}
\ No newline at end of file +} |