Skip to content
This repository was archived by the owner on Sep 28, 2019. It is now read-only.

Commit acb9029

Browse files
committedFeb 9, 2015
Remove local project minification and maps (which had valid reference paths to source)
Add original distribution minification and maps (map references are invalid due to different structure)
1 parent 252fec4 commit acb9029

3 files changed

+192
-3
lines changed
 

‎VisualStudioSolution.sln

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30723.0
4+
VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0AEF193F-E0B8-4A0A-9D31-F6C7B4E3C77E}"
7+
ProjectSection(SolutionItems) = preProject
8+
WebEssentials-Settings.json = WebEssentials-Settings.json
9+
EndProjectSection
710
EndProject
811
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "angularjs-block-ui-nuget", "http://localhost:9800", "{E496C96A-9E7F-4F46-9503-E5334E73288C}"
912
ProjectSection(WebsiteProperties) = preProject

‎WebEssentials-Settings.json

+184
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
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+
}

‎angular-block-ui.0.2.0.nuspec

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>angular-block-ui</id>
5-
<version>0.1.2</version>
5+
<version>0.2.0</version>
66
<title>Angular BlockUI</title>
77
<authors>Null McNull,Jaans</authors>
88
<owners>Null McNull,Jaans</owners>
@@ -17,9 +17,11 @@ https://github.com/McNull/angular-block-ui</releaseNotes>
1717
</metadata>
1818
<files>
1919
<file src="Content\angular-block-ui.css" target="content\Content\angular-block-ui.css" />
20+
<file src="Content\angular-block-ui.css.map" target="content\Content\angular-block-ui.css.map" />
2021
<file src="Content\angular-block-ui.min.css" target="content\Content\angular-block-ui.min.css" />
2122
<file src="Scripts\angular-block-ui.js" target="content\Scripts\angular-block-ui.js" />
23+
<file src="Scripts\angular-block-ui.js.map" target="content\Scripts\angular-block-ui.js.map" />
2224
<file src="Scripts\angular-block-ui.min.js" target="content\Scripts\angular-block-ui.min.js" />
2325
<file src="Scripts\angular-block-ui.min.js.map" target="content\Scripts\angular-block-ui.min.js.map" />
2426
</files>
25-
</package>
27+
</package>

0 commit comments

Comments
 (0)
This repository has been archived.