Download CacheTag Free Java Code

Description

Simple and efficient JavaScript and CSS minification for ASP.NET MVC.

Source Files

The download file CacheTag-master.zip has the following entries.


.gitattributes// www  . j a  v a2s . co  m
.gitignore
Build.ps1
NuGet/CacheTag.nuspec
README.md
Source/.nuget/NuGet.Config
Source/.nuget/NuGet.exe
Source/.nuget/NuGet.targets
Source/BuildScript.targets
Source/CacheTag.Core/Cache/HttpRuntimeCacheProvider.cs
Source/CacheTag.Core/Cache/ICacheProvider.cs
Source/CacheTag.Core/CacheTag.Core.csproj
Source/CacheTag.Core/Configuration/CacheTagSettings.cs
Source/CacheTag.Core/Configuration/Container.cs
Source/CacheTag.Core/Configuration/IUrlResolver.cs
Source/CacheTag.Core/Configuration/MimeTypeMap.cs
Source/CacheTag.Core/Configuration/RuntimeMode.cs
Source/CacheTag.Core/Configuration/Settings.cs
Source/CacheTag.Core/Extensions/HashAlgorithmExtensions.cs
Source/CacheTag.Core/Extensions/ResourceExtensions.cs
Source/CacheTag.Core/Extensions/StreamExtensions.cs
Source/CacheTag.Core/Filesystem/DefaultFileProvider.cs
Source/CacheTag.Core/Filesystem/IFileProvider.cs
Source/CacheTag.Core/Filesystem/PhysicalFileProvider.cs
Source/CacheTag.Core/Filesystem/RemoteFileProvider.cs
Source/CacheTag.Core/Filesystem/VirtualPathFileProvider.cs
Source/CacheTag.Core/ICacheTagModule.cs
Source/CacheTag.Core/Network/HttpUtility.cs
Source/CacheTag.Core/Network/RemoteFile.cs
Source/CacheTag.Core/Properties/AssemblyInfo.cs
Source/CacheTag.Core/Resources/BaseFileResource.cs
Source/CacheTag.Core/Resources/BaseSnippet.cs
Source/CacheTag.Core/Resources/Html/IHtmlRenderer.cs
Source/CacheTag.Core/Resources/Html/ImageHtmlRenderer.cs
Source/CacheTag.Core/Resources/Html/ScriptHtmlRenderer.cs
Source/CacheTag.Core/Resources/Html/StyleHtmlRenderer.cs
Source/CacheTag.Core/Resources/IPlainTextResource.cs
Source/CacheTag.Core/Resources/IResource.cs
Source/CacheTag.Core/Resources/IResourceCompiler.cs
Source/CacheTag.Core/Resources/IResourceFactory.cs
Source/CacheTag.Core/Resources/IResourceStorage.cs
Source/CacheTag.Core/Resources/Images/IImageResource.cs
Source/CacheTag.Core/Resources/Images/ImageFile.cs
Source/CacheTag.Core/Resources/Images/ImageList.cs
Source/CacheTag.Core/Resources/PassThroughCompiler.cs
Source/CacheTag.Core/Resources/PlainTextFileResource.cs
Source/CacheTag.Core/Resources/ResourceFactory.cs
Source/CacheTag.Core/Resources/Scripts/IScriptResource.cs
Source/CacheTag.Core/Resources/Scripts/ScriptFile.cs
Source/CacheTag.Core/Resources/Scripts/ScriptList.cs
Source/CacheTag.Core/Resources/Scripts/ScriptSnippet.cs
Source/CacheTag.Core/Resources/StaticResourceStorage.cs
Source/CacheTag.Core/Resources/StringBuilderCompiler.cs
Source/CacheTag.Core/Resources/Styles/IStyleResource.cs
Source/CacheTag.Core/Resources/Styles/StyleFile.cs
Source/CacheTag.Core/Resources/Styles/StyleList.cs
Source/CacheTag.Core/Resources/Styles/StyleSnippet.cs
Source/CacheTag.Core/Startup.cs
Source/CacheTag.Core/packages.config
Source/CacheTag.Essentials.sln
Source/CacheTag.Module.AjaxMin/AjaxMinResourceCompiler.cs
Source/CacheTag.Module.AjaxMin/CacheTag.Module.AjaxMin.csproj
Source/CacheTag.Module.AjaxMin/ModuleConfiguration.cs
Source/CacheTag.Module.AjaxMin/Properties/AssemblyInfo.cs
Source/CacheTag.Module.AjaxMin/packages.config
Source/CacheTag.Module.DotLess/CacheTag.Module.DotLess.csproj
Source/CacheTag.Module.DotLess/DotlessFileProvider.cs
Source/CacheTag.Module.DotLess/DotlessParser.cs
Source/CacheTag.Module.DotLess/DotlessStyle.cs
Source/CacheTag.Module.DotLess/ModuleConfiguration.cs
Source/CacheTag.Module.DotLess/ParseResult.cs
Source/CacheTag.Module.DotLess/Properties/AssemblyInfo.cs
Source/CacheTag.Module.DotLess/packages.config
Source/CacheTag.Module.SassAndCoffee/CacheTag.Module.SassAndCoffee.csproj
Source/CacheTag.Module.SassAndCoffee/CoffeeFileProvider.cs
Source/CacheTag.Module.SassAndCoffee/CoffeeScript.cs
Source/CacheTag.Module.SassAndCoffee/ModuleConfiguration.cs
Source/CacheTag.Module.SassAndCoffee/Properties/AssemblyInfo.cs
Source/CacheTag.Module.SassAndCoffee/packages.config
Source/CacheTag.Mvc/CacheTag.Mvc.csproj
Source/CacheTag.Mvc/CacheTagController.cs
Source/CacheTag.Mvc/CacheTagMvcSettings.cs
Source/CacheTag.Mvc/Extensions/ResourceExtensions.cs
Source/CacheTag.Mvc/HtmlHelpers/ImageHelpers.cs
Source/CacheTag.Mvc/HtmlHelpers/InternalResourceHelpers.cs
Source/CacheTag.Mvc/HtmlHelpers/ReferenceScriptHelpers.cs
Source/CacheTag.Mvc/HtmlHelpers/RenderScriptHelpers.cs
Source/CacheTag.Mvc/HtmlHelpers/RenderStyleHelpers.cs
Source/CacheTag.Mvc/HttpModule.cs
Source/CacheTag.Mvc/ModuleConfiguration.cs
Source/CacheTag.Mvc/MvcSettings.cs
Source/CacheTag.Mvc/MvcUrlResolver.cs
Source/CacheTag.Mvc/Properties/AssemblyInfo.cs
Source/CacheTag.Mvc/Routing.cs
Source/CacheTag.Mvc/packages.config
Source/CacheTag.Tests/CacheTag.Tests.csproj
Source/CacheTag.Tests/Properties/AssemblyInfo.cs
Source/CacheTag.Tests/packages.config
Source/CacheTag.sln
Source/Example.Mvc/Content/app.less
Source/Example.Mvc/Content/functions.less
Source/Example.Mvc/Content/site.less
Source/Example.Mvc/Controllers/HomeController.cs
Source/Example.Mvc/Example.Mvc.Publish.xml
Source/Example.Mvc/Example.Mvc.csproj
Source/Example.Mvc/Global.asax
Source/Example.Mvc/Global.asax.cs
Source/Example.Mvc/Properties/AssemblyInfo.cs
Source/Example.Mvc/Scripts/app.js
Source/Example.Mvc/Scripts/jquery-1.7.1.js
Source/Example.Mvc/Scripts/square.coffee
Source/Example.Mvc/SyntaxHighlighter/scripts/XRegExp.js
Source/Example.Mvc/SyntaxHighlighter/scripts/shBrushCSharp.js
Source/Example.Mvc/SyntaxHighlighter/scripts/shBrushXml.js
Source/Example.Mvc/SyntaxHighlighter/scripts/shCore.js
Source/Example.Mvc/SyntaxHighlighter/styles/shCore.css
Source/Example.Mvc/SyntaxHighlighter/styles/shThemeDefault.css
Source/Example.Mvc/SyntaxHighlighter/styles/shThemeEclipse.css
Source/Example.Mvc/TwitterBootstrap/img/glyphicons-halflings-white.png
Source/Example.Mvc/TwitterBootstrap/img/glyphicons-halflings.png
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-alert.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-button.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-carousel.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-collapse.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-dropdown.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-modal.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-popover.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-scrollspy.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-tab.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-tooltip.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-transition.js
Source/Example.Mvc/TwitterBootstrap/js/bootstrap-typeahead.js
Source/Example.Mvc/TwitterBootstrap/less/accordion.less
Source/Example.Mvc/TwitterBootstrap/less/alerts.less
Source/Example.Mvc/TwitterBootstrap/less/bootstrap.less
Source/Example.Mvc/TwitterBootstrap/less/breadcrumbs.less
Source/Example.Mvc/TwitterBootstrap/less/button-groups.less
Source/Example.Mvc/TwitterBootstrap/less/buttons.less
Source/Example.Mvc/TwitterBootstrap/less/carousel.less
Source/Example.Mvc/TwitterBootstrap/less/close.less
Source/Example.Mvc/TwitterBootstrap/less/code.less
Source/Example.Mvc/TwitterBootstrap/less/component-animations.less
Source/Example.Mvc/TwitterBootstrap/less/dropdowns.less
Source/Example.Mvc/TwitterBootstrap/less/forms.less
Source/Example.Mvc/TwitterBootstrap/less/grid.less
Source/Example.Mvc/TwitterBootstrap/less/hero-unit.less
Source/Example.Mvc/TwitterBootstrap/less/labels-badges.less
Source/Example.Mvc/TwitterBootstrap/less/layouts.less
Source/Example.Mvc/TwitterBootstrap/less/mixins.less
Source/Example.Mvc/TwitterBootstrap/less/modals.less
Source/Example.Mvc/TwitterBootstrap/less/navbar.less
Source/Example.Mvc/TwitterBootstrap/less/navs.less
Source/Example.Mvc/TwitterBootstrap/less/pager.less
Source/Example.Mvc/TwitterBootstrap/less/pagination.less
Source/Example.Mvc/TwitterBootstrap/less/popovers.less
Source/Example.Mvc/TwitterBootstrap/less/progress-bars.less
Source/Example.Mvc/TwitterBootstrap/less/reset.less
Source/Example.Mvc/TwitterBootstrap/less/responsive-1200px-min.less
Source/Example.Mvc/TwitterBootstrap/less/responsive-767px-max.less
Source/Example.Mvc/TwitterBootstrap/less/responsive-768px-979px.less
Source/Example.Mvc/TwitterBootstrap/less/responsive-navbar.less
Source/Example.Mvc/TwitterBootstrap/less/responsive-utilities.less
Source/Example.Mvc/TwitterBootstrap/less/responsive.less
Source/Example.Mvc/TwitterBootstrap/less/scaffolding.less
Source/Example.Mvc/TwitterBootstrap/less/sprites.less
Source/Example.Mvc/TwitterBootstrap/less/tables.less
Source/Example.Mvc/TwitterBootstrap/less/thumbnails.less
Source/Example.Mvc/TwitterBootstrap/less/tooltip.less
Source/Example.Mvc/TwitterBootstrap/less/type.less
Source/Example.Mvc/TwitterBootstrap/less/utilities.less
Source/Example.Mvc/TwitterBootstrap/less/variables.less
Source/Example.Mvc/TwitterBootstrap/less/wells.less
Source/Example.Mvc/Views/Home/Index.cshtml
Source/Example.Mvc/Views/Shared/Error.cshtml
Source/Example.Mvc/Views/Shared/Footer.cshtml
Source/Example.Mvc/Views/Shared/Navbar.cshtml
Source/Example.Mvc/Views/Shared/_Layout.cshtml
Source/Example.Mvc/Views/Web.config
Source/Example.Mvc/Views/_ViewStart.cshtml
Source/Example.Mvc/Web.Debug.config
Source/Example.Mvc/Web.Release.config
Source/Example.Mvc/Web.config
Source/Example.Mvc/packages.config

Download

Click the following link to download CacheTag-master.zip.

CacheTag-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper