mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -258,6 +258,7 @@ EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF3909B0-1DDD-4D8A-9919-56FC438E25E2}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Rebracer.xml = Rebracer.xml
|
||||
WebEssentials-Settings.json = WebEssentials-Settings.json
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
169
src/WebEssentials-Settings.json
Normal file
169
src/WebEssentials-Settings.json
Normal file
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"BrowserLink": {
|
||||
"CssIgnorePatterns": "bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*",
|
||||
"EnableMenu": true,
|
||||
"EnablePixelPushing": true,
|
||||
"ShowMenu": true
|
||||
},
|
||||
"CodeGen": {
|
||||
"AddTypeScriptReferencePath": true,
|
||||
"CamelCaseEnumerationValues": false,
|
||||
"CamelCasePropertyNames": true,
|
||||
"CamelCaseTypeNames": false
|
||||
},
|
||||
"CoffeeScript": {
|
||||
"CompileOnBuild": false,
|
||||
"CompileOnSave": true,
|
||||
"GenerateSourceMaps": true,
|
||||
"LintOnBuild": false,
|
||||
"LintOnSave": true,
|
||||
"LintResultLocation": "Message",
|
||||
"MinifyInPlace": false,
|
||||
"OutputDirectory": null,
|
||||
"ProcessSourceMapsForEditorEnhancements": true,
|
||||
"ShowPreviewPane": true,
|
||||
"WrapClosure": true
|
||||
},
|
||||
"Css": {
|
||||
"AdjustRelativePaths": true,
|
||||
"AutoMinify": true,
|
||||
"Autoprefix": false,
|
||||
"AutoprefixerBrowsers": null,
|
||||
"GzipMinifiedFiles": false,
|
||||
"MakeMinified": true,
|
||||
"OutputDirectory": null,
|
||||
"RunOnBuild": false,
|
||||
"ShowBrowserTooltip": true,
|
||||
"ShowInitialInherit": false,
|
||||
"ShowUnsupported": true,
|
||||
"SyncBase64ImageValues": true,
|
||||
"SyncVendorValues": true,
|
||||
"ValidateEmbedImages": true,
|
||||
"ValidateStarSelector": true,
|
||||
"ValidateVendorSpecifics": true,
|
||||
"ValidateZeroUnit": true,
|
||||
"ValidationLocation": "Messages"
|
||||
},
|
||||
"General": {
|
||||
"AllMessagesToOutputWindow": false,
|
||||
"KeepImportantComments": true,
|
||||
"SvgPreviewPane": true
|
||||
},
|
||||
"Html": {
|
||||
"AutoMinify": false,
|
||||
"EnableAngularValidation": true,
|
||||
"EnableBootstrapValidation": true,
|
||||
"EnableEnterFormat": true,
|
||||
"EnableFoundationValidation": true,
|
||||
"GzipMinifiedFiles": false,
|
||||
"ImageDropFormats": [
|
||||
{
|
||||
"HtmlFormat": "<img src=\"{0}\" alt=\"\" />",
|
||||
"Name": "Simple Image Tag"
|
||||
},
|
||||
{
|
||||
"HtmlFormat": "<div><img src=\"{0}\" alt=\"\" /></div>",
|
||||
"Name": "Enclosed in Div"
|
||||
},
|
||||
{
|
||||
"HtmlFormat": "<li id=\"item_{1}\"><img src=\"{0}\" alt=\"\" /></li>",
|
||||
"Name": "Enclosed as List Item"
|
||||
},
|
||||
{
|
||||
"HtmlFormat": "<div style=\"background-image=url('{0}')\"></div>",
|
||||
"Name": "Inline CSS"
|
||||
}
|
||||
],
|
||||
"MakeMinified": true,
|
||||
"MinificationMode": "KeepQuotes",
|
||||
"OutputDirectory": null,
|
||||
"RunOnBuild": false
|
||||
},
|
||||
"JavaScript": {
|
||||
"AutoMinify": true,
|
||||
"BlockCommentCompletion": true,
|
||||
"EvalTreatment": "MakeImmediateSafe",
|
||||
"GenerateSourceMaps": true,
|
||||
"GzipMinifiedFiles": false,
|
||||
"LintOnBuild": false,
|
||||
"LintOnSave": true,
|
||||
"LintResultLocation": "Message",
|
||||
"MakeMinified": true,
|
||||
"OutputDirectory": null,
|
||||
"RootDirectory": "/Scripts/",
|
||||
"RunOnBuild": false,
|
||||
"TermSemicolons": true
|
||||
},
|
||||
"Less": {
|
||||
"CompileOnBuild": true,
|
||||
"CompileOnSave": true,
|
||||
"EnableChainCompilation": true,
|
||||
"GenerateSourceMaps": false,
|
||||
"MinifyInPlace": true,
|
||||
"OutputDirectory": null,
|
||||
"ProcessSourceMapsForEditorEnhancements": true,
|
||||
"ShowPreviewPane": true,
|
||||
"StrictMath": false
|
||||
},
|
||||
"LiveScript": {
|
||||
"CompileOnBuild": false,
|
||||
"CompileOnSave": true,
|
||||
"GenerateSourceMaps": true,
|
||||
"MinifyInPlace": false,
|
||||
"OutputDirectory": null,
|
||||
"ProcessSourceMapsForEditorEnhancements": true,
|
||||
"ShowPreviewPane": true,
|
||||
"WrapClosure": true
|
||||
},
|
||||
"Markdown": {
|
||||
"AutoHyperlink": false,
|
||||
"AutoNewLines": false,
|
||||
"CompileOnBuild": false,
|
||||
"CompileOnSave": true,
|
||||
"EncodeProblemUrlCharacters": false,
|
||||
"GenerateXHTML": true,
|
||||
"LinkEmails": false,
|
||||
"MinifyInPlace": false,
|
||||
"OutputDirectory": null,
|
||||
"ShowPreviewPane": true,
|
||||
"StrictBoldItalic": false
|
||||
},
|
||||
"Scss": {
|
||||
"CompileOnBuild": false,
|
||||
"CompileOnSave": true,
|
||||
"EnableChainCompilation": true,
|
||||
"GenerateSourceMaps": true,
|
||||
"MinifyInPlace": false,
|
||||
"NumberPrecision": 5,
|
||||
"OutputDirectory": null,
|
||||
"OutputStyle": "Expanded",
|
||||
"ProcessSourceMapsForEditorEnhancements": true,
|
||||
"ShowPreviewPane": true
|
||||
},
|
||||
"Sprite": {
|
||||
"CssOutputDirectory": null,
|
||||
"IsVertical": true,
|
||||
"LessOutputDirectory": null,
|
||||
"Optimize": true,
|
||||
"OutputDirectory": null,
|
||||
"RunOnBuild": false,
|
||||
"ScssOutputDirectory": null,
|
||||
"UseAbsoluteUrl": false,
|
||||
"UseFullPathForIdentifierName": true
|
||||
},
|
||||
"SweetJs": {
|
||||
"CompileOnBuild": false,
|
||||
"CompileOnSave": true,
|
||||
"GenerateSourceMaps": true,
|
||||
"MinifyInPlace": false,
|
||||
"OutputDirectory": null,
|
||||
"ProcessSourceMapsForEditorEnhancements": true,
|
||||
"ShowPreviewPane": true
|
||||
},
|
||||
"TypeScript": {
|
||||
"LintOnBuild": true,
|
||||
"LintOnSave": true,
|
||||
"LintResultLocation": "Message",
|
||||
"ShowPreviewPane": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user