From 73bc34a93efee1a9e42b1fbf0eba68ea042b5407 Mon Sep 17 00:00:00 2001 From: Daniel Stolt Date: Fri, 30 Jan 2015 01:26:35 +0100 Subject: [PATCH] Disabled generation of source map files. --- src/WebEssentials-Settings.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/WebEssentials-Settings.json b/src/WebEssentials-Settings.json index 511965573..c2e77d8b8 100644 --- a/src/WebEssentials-Settings.json +++ b/src/WebEssentials-Settings.json @@ -14,7 +14,7 @@ "CoffeeScript": { "CompileOnBuild": false, "CompileOnSave": true, - "GenerateSourceMaps": true, + "GenerateSourceMaps": false, "LintOnBuild": false, "LintOnSave": true, "LintResultLocation": "Message", @@ -42,12 +42,15 @@ "ValidateStarSelector": true, "ValidateVendorSpecifics": true, "ValidateZeroUnit": true, - "ValidationLocation": "Messages" + "ValidationLocation": "Messages", + "GenerateRtlSourceMaps": true, + "RtlCss": false }, "General": { "AllMessagesToOutputWindow": false, "KeepImportantComments": true, - "SvgPreviewPane": true + "SvgPreviewPane": true, + "ShowWEIgnoreLogs": true }, "Html": { "AutoMinify": false, @@ -77,13 +80,18 @@ "MakeMinified": true, "MinificationMode": "KeepQuotes", "OutputDirectory": null, - "RunOnBuild": false + "RunOnBuild": false, + "AttributeQuotesRemovalMode": "KeepQuotes", + "CustomAngularDirectiveList": null, + "MinifyAngularBindingExpressions": false, + "MinifyKnockoutBindingExpressions": false, + "ProcessableScriptTypeList": null }, "JavaScript": { "AutoMinify": true, "BlockCommentCompletion": true, "EvalTreatment": "MakeImmediateSafe", - "GenerateSourceMaps": true, + "GenerateSourceMaps": false, "GzipMinifiedFiles": false, "LintOnBuild": false, "LintOnSave": true, @@ -138,7 +146,8 @@ "OutputDirectory": null, "OutputStyle": "Expanded", "ProcessSourceMapsForEditorEnhancements": true, - "ShowPreviewPane": true + "ShowPreviewPane": true, + "UseRubyRuntime": false }, "Sprite": { "CssOutputDirectory": null, @@ -149,12 +158,13 @@ "RunOnBuild": false, "ScssOutputDirectory": null, "UseAbsoluteUrl": false, - "UseFullPathForIdentifierName": true + "UseFullPathForIdentifierName": true, + "Margin": 1 }, "SweetJs": { "CompileOnBuild": false, "CompileOnSave": true, - "GenerateSourceMaps": true, + "GenerateSourceMaps": false, "MinifyInPlace": false, "OutputDirectory": null, "ProcessSourceMapsForEditorEnhancements": true, @@ -165,5 +175,11 @@ "LintOnSave": true, "LintResultLocation": "Message", "ShowPreviewPane": true + }, + "Handlebars": { + "CompileOnBuild": false, + "CompileOnSave": true, + "MinifyInPlace": false, + "OutputDirectory": null } } \ No newline at end of file