mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Set default less and css to new default name
This commit is contained in:
parent
fc55182a4c
commit
ff54e4d929
6 changed files with 35 additions and 44 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue