minify styles

This commit is contained in:
Tommy Parnell
2015-03-01 00:00:41 -05:00
parent 91db6cefe1
commit dad5455f22
9 changed files with 6549 additions and 2 deletions

View File

@@ -23,6 +23,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F52684
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{411CB67C-50C5-4C1D-B0B5-515EABECB553}"
ProjectSection(SolutionItems) = preProject
WebEssentials-Settings.json = WebEssentials-Settings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU

184
WebEssentials-Settings.json Normal file
View File

@@ -0,0 +1,184 @@
{
"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,
"GenerateRtlSourceMaps": true,
"GzipMinifiedFiles": false,
"MakeMinified": true,
"OutputDirectory": null,
"RtlCss": false,
"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,
"ShowWEIgnoreLogs": true,
"SvgPreviewPane": true
},
"Handlebars": {
"CompileOnBuild": false,
"CompileOnSave": true,
"MinifyInPlace": false,
"OutputDirectory": null
},
"Html": {
"AttributeQuotesRemovalMode": "KeepQuotes",
"AutoMinify": false,
"CustomAngularDirectiveList": null,
"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,
"MinifyAngularBindingExpressions": false,
"MinifyKnockoutBindingExpressions": false,
"OutputDirectory": null,
"ProcessableScriptTypeList": 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": false,
"CompileOnSave": true,
"EnableChainCompilation": true,
"GenerateSourceMaps": true,
"MinifyInPlace": false,
"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,
"UseRubyRuntime": false
},
"Sprite": {
"CssOutputDirectory": null,
"IsVertical": true,
"LessOutputDirectory": null,
"Margin": 1,
"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": false,
"LintOnSave": true,
"LintResultLocation": "Message",
"ShowPreviewPane": true
}
}

View File

@@ -129,6 +129,15 @@
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap.rtl.css">
<DependentUpon>bootstrap.css</DependentUpon>
</Content>
<Content Include="Content\bootstrap.rtl.min.css">
<DependentUpon>bootstrap.rtl.css</DependentUpon>
</Content>
<Content Include="Content\styles.min.css">
<DependentUpon>styles.css</DependentUpon>
</Content>
<Content Include="robots.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
@@ -137,6 +146,9 @@
</Content>
<Content Include="packages.config" />
<Content Include="ApplicationInsights.config" />
<Content Include="Content\bootstrap.rtl.css.map">
<DependentUpon>bootstrap.rtl.css</DependentUpon>
</Content>
<None Include="Properties\PublishProfiles\tparnellAboutMe.pubxml" />
<Content Include="Scripts\telemetry.min.js.map">
<DependentUpon>telemetry.min.js</DependentUpon>

6332
src/AboutMe.Web/Content/bootstrap.rtl.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -33,6 +33,7 @@ a {
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
a:hover {
@@ -47,6 +48,7 @@ a {
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-family: 'Montserrat', arial, sans-serif;
padding: 8px 16px;
font-weight: bold;
@@ -298,6 +300,7 @@ iframe {
-moz-transform: rotate(45deg) translate3d(0, 0, 0);
-ms-transform: rotate(45deg) translate3d(0, 0, 0);
-o-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0);
}
.latest .featured-image .ribbon .text:before,
@@ -412,7 +415,7 @@ iframe {
font-size: 16px;
position: relative;
margin-top: 0;
margin-bottom: 10;
margin-bottom: 10px;
}
.skills .skillset .level-title .level-label {

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,7 @@
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">*@
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="/Content/styles.css">
<link id="theme-style" rel="stylesheet" href="/Content/styles.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>