diff --git a/src/Orchard.sln b/src/Orchard.sln index 0a11fc939..889fbe10e 100644 --- a/src/Orchard.sln +++ b/src/Orchard.sln @@ -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 diff --git a/src/WebEssentials-Settings.json b/src/WebEssentials-Settings.json new file mode 100644 index 000000000..d5b5f7fd3 --- /dev/null +++ b/src/WebEssentials-Settings.json @@ -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": "\"\"", + "Name": "Simple Image Tag" + }, + { + "HtmlFormat": "
\"\"
", + "Name": "Enclosed in Div" + }, + { + "HtmlFormat": "
  • \"\"
  • ", + "Name": "Enclosed as List Item" + }, + { + "HtmlFormat": "
    ", + "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 + } +} \ No newline at end of file