1
+ {
2
+ "BrowserLink" : {
3
+ "CssIgnorePatterns" : " bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*" ,
4
+ "EnableMenu" : true ,
5
+ "EnablePixelPushing" : true ,
6
+ "ShowMenu" : true
7
+ },
8
+ "CodeGen" : {
9
+ "AddTypeScriptReferencePath" : true ,
10
+ "CamelCaseEnumerationValues" : false ,
11
+ "CamelCasePropertyNames" : true ,
12
+ "CamelCaseTypeNames" : false
13
+ },
14
+ "CoffeeScript" : {
15
+ "CompileOnBuild" : false ,
16
+ "CompileOnSave" : true ,
17
+ "GenerateSourceMaps" : true ,
18
+ "LintOnBuild" : false ,
19
+ "LintOnSave" : true ,
20
+ "LintResultLocation" : " Message" ,
21
+ "MinifyInPlace" : false ,
22
+ "OutputDirectory" : null ,
23
+ "ProcessSourceMapsForEditorEnhancements" : true ,
24
+ "ShowPreviewPane" : true ,
25
+ "WrapClosure" : true
26
+ },
27
+ "Css" : {
28
+ "AdjustRelativePaths" : false ,
29
+ "AutoMinify" : false ,
30
+ "Autoprefix" : false ,
31
+ "AutoprefixerBrowsers" : null ,
32
+ "GenerateRtlSourceMaps" : false ,
33
+ "GzipMinifiedFiles" : false ,
34
+ "MakeMinified" : false ,
35
+ "OutputDirectory" : null ,
36
+ "RtlCss" : false ,
37
+ "RunOnBuild" : false ,
38
+ "ShowBrowserTooltip" : true ,
39
+ "ShowInitialInherit" : false ,
40
+ "ShowUnsupported" : true ,
41
+ "SyncBase64ImageValues" : true ,
42
+ "SyncVendorValues" : true ,
43
+ "ValidateEmbedImages" : true ,
44
+ "ValidateStarSelector" : true ,
45
+ "ValidateVendorSpecifics" : true ,
46
+ "ValidateZeroUnit" : true ,
47
+ "ValidationLocation" : " Messages"
48
+ },
49
+ "General" : {
50
+ "AllMessagesToOutputWindow" : false ,
51
+ "KeepImportantComments" : true ,
52
+ "ShowWEIgnoreLogs" : true ,
53
+ "SvgPreviewPane" : true
54
+ },
55
+ "Handlebars" : {
56
+ "CompileOnBuild" : false ,
57
+ "CompileOnSave" : true ,
58
+ "MinifyInPlace" : false ,
59
+ "OutputDirectory" : null
60
+ },
61
+ "Html" : {
62
+ "AttributeQuotesRemovalMode" : " KeepQuotes" ,
63
+ "AutoMinify" : false ,
64
+ "CustomAngularDirectiveList" : null ,
65
+ "EnableAngularValidation" : true ,
66
+ "EnableBootstrapValidation" : true ,
67
+ "EnableEnterFormat" : true ,
68
+ "EnableFoundationValidation" : true ,
69
+ "GzipMinifiedFiles" : false ,
70
+ "ImageDropFormats" : [
71
+ {
72
+ "HtmlFormat" : " <img src=\" {0}\" alt=\"\" />" ,
73
+ "Name" : " Simple Image Tag"
74
+ },
75
+ {
76
+ "HtmlFormat" : " <div><img src=\" {0}\" alt=\"\" /></div>" ,
77
+ "Name" : " Enclosed in Div"
78
+ },
79
+ {
80
+ "HtmlFormat" : " <li id=\" item_{1}\" ><img src=\" {0}\" alt=\"\" /></li>" ,
81
+ "Name" : " Enclosed as List Item"
82
+ },
83
+ {
84
+ "HtmlFormat" : " <div style=\" background-image=url('{0}')\" ></div>" ,
85
+ "Name" : " Inline CSS"
86
+ }
87
+ ],
88
+ "MakeMinified" : false ,
89
+ "MinifyAngularBindingExpressions" : false ,
90
+ "MinifyKnockoutBindingExpressions" : false ,
91
+ "OutputDirectory" : null ,
92
+ "ProcessableScriptTypeList" : null ,
93
+ "RunOnBuild" : false
94
+ },
95
+ "JavaScript" : {
96
+ "AutoMinify" : false ,
97
+ "BlockCommentCompletion" : true ,
98
+ "EvalTreatment" : " MakeImmediateSafe" ,
99
+ "GenerateSourceMaps" : false ,
100
+ "GzipMinifiedFiles" : false ,
101
+ "LintOnBuild" : false ,
102
+ "LintOnSave" : false ,
103
+ "LintResultLocation" : " Message" ,
104
+ "MakeMinified" : false ,
105
+ "OutputDirectory" : null ,
106
+ "RootDirectory" : " /Scripts/" ,
107
+ "RunOnBuild" : false ,
108
+ "TermSemicolons" : true
109
+ },
110
+ "Less" : {
111
+ "CompileOnBuild" : false ,
112
+ "CompileOnSave" : true ,
113
+ "EnableChainCompilation" : true ,
114
+ "GenerateSourceMaps" : true ,
115
+ "MinifyInPlace" : false ,
116
+ "OutputDirectory" : null ,
117
+ "ProcessSourceMapsForEditorEnhancements" : true ,
118
+ "ShowPreviewPane" : true ,
119
+ "StrictMath" : false
120
+ },
121
+ "LiveScript" : {
122
+ "CompileOnBuild" : false ,
123
+ "CompileOnSave" : true ,
124
+ "GenerateSourceMaps" : true ,
125
+ "MinifyInPlace" : false ,
126
+ "OutputDirectory" : null ,
127
+ "ProcessSourceMapsForEditorEnhancements" : true ,
128
+ "ShowPreviewPane" : true ,
129
+ "WrapClosure" : true
130
+ },
131
+ "Markdown" : {
132
+ "AutoHyperlink" : false ,
133
+ "AutoNewLines" : false ,
134
+ "CompileOnBuild" : false ,
135
+ "CompileOnSave" : true ,
136
+ "EncodeProblemUrlCharacters" : false ,
137
+ "GenerateXHTML" : true ,
138
+ "LinkEmails" : false ,
139
+ "MinifyInPlace" : false ,
140
+ "OutputDirectory" : null ,
141
+ "ShowPreviewPane" : true ,
142
+ "StrictBoldItalic" : false
143
+ },
144
+ "Scss" : {
145
+ "CompileOnBuild" : false ,
146
+ "CompileOnSave" : true ,
147
+ "EnableChainCompilation" : true ,
148
+ "GenerateSourceMaps" : true ,
149
+ "MinifyInPlace" : false ,
150
+ "NumberPrecision" : 5 ,
151
+ "OutputDirectory" : null ,
152
+ "OutputStyle" : " Expanded" ,
153
+ "ProcessSourceMapsForEditorEnhancements" : true ,
154
+ "ShowPreviewPane" : true ,
155
+ "UseRubyRuntime" : false
156
+ },
157
+ "Sprite" : {
158
+ "CssOutputDirectory" : null ,
159
+ "IsVertical" : true ,
160
+ "LessOutputDirectory" : null ,
161
+ "Margin" : 1 ,
162
+ "Optimize" : true ,
163
+ "OutputDirectory" : null ,
164
+ "RunOnBuild" : false ,
165
+ "ScssOutputDirectory" : null ,
166
+ "UseAbsoluteUrl" : false ,
167
+ "UseFullPathForIdentifierName" : true
168
+ },
169
+ "SweetJs" : {
170
+ "CompileOnBuild" : false ,
171
+ "CompileOnSave" : true ,
172
+ "GenerateSourceMaps" : true ,
173
+ "MinifyInPlace" : false ,
174
+ "OutputDirectory" : null ,
175
+ "ProcessSourceMapsForEditorEnhancements" : true ,
176
+ "ShowPreviewPane" : true
177
+ },
178
+ "TypeScript" : {
179
+ "LintOnBuild" : false ,
180
+ "LintOnSave" : true ,
181
+ "LintResultLocation" : " Message" ,
182
+ "ShowPreviewPane" : true
183
+ }
184
+ }
0 commit comments