Skip to content

Commit

Permalink
update dotless to 1.5.2 (jetheredge#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Dec 11, 2016
1 parent 4f5ad1a commit 76cb03d
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 39 deletions.
4 changes: 2 additions & 2 deletions SquishIt.Less/SquishIt.Less.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="dotless.Core, Version=1.4.1.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34, processorArchitecture=MSIL">
<Reference Include="dotless.Core, Version=1.5.2.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\dotless.1.4.1.0\lib\dotless.Core.dll</HintPath>
<HintPath>..\packages\dotless.1.5.2\lib\dotless.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.Less/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dotless" version="1.4.1.0" targetFramework="net35" />
<package id="dotless" version="1.5.2" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="WebActivatorEx" version="2.1.0" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion nuspec/squishit.less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Adds LESS processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="1.0.0-alpha2" />
<dependency id="dotless" version="1.4.1.0" />
<dependency id="dotless" version="1.5.2.0" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
</metadata>
Expand Down
17 changes: 0 additions & 17 deletions packages/dotless.1.4.1.0/content/web.config.transform

This file was deleted.

Binary file removed packages/dotless.1.4.1.0/dotless.1.4.1.0.nupkg
Binary file not shown.
16 changes: 0 additions & 16 deletions packages/dotless.1.4.1.0/dotless.1.4.1.0.nuspec

This file was deleted.

Binary file removed packages/dotless.1.4.1.0/lib/dotless.Core.dll
Binary file not shown.
Binary file removed packages/dotless.1.4.1.0/tool/dotless.compiler.exe
Binary file not shown.
File renamed without changes.
20 changes: 20 additions & 0 deletions packages/dotless.1.5.2/content/web.config.install.xdt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<configSections xdt:Transform="InsertIfMissing">
<section name="dotless" type="dotless.Core.configuration.DotlessConfigurationSectionHandler, dotless.Core" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
</configSections>

<dotless minifyCss="false" cache="true" web="false" strictMath="false" xdt:Transform="InsertIfMissing" />

<system.webServer xdt:Transform="InsertIfMissing">
<handlers xdt:Transform="InsertIfMissing">
<add name="dotless" path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler,dotless.Core" resourceType="File" preCondition="" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
</handlers>
</system.webServer>

<system.web xdt:Transform="InsertIfMissing">
<httpHandlers xdt:Transform="InsertIfMissing">
<add path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler, dotless.Core" xdt:Transform="InsertIfMissing" xdt:Locator="Match(path, verb)" />
</httpHandlers>
</system.web>
</configuration>
Binary file added packages/dotless.1.5.2/dotless.1.5.2.nupkg
Binary file not shown.
Binary file added packages/dotless.1.5.2/lib/dotless.Core.dll
Binary file not shown.
Binary file added packages/dotless.1.5.2/lib/dotless.Core.pdb
Binary file not shown.
File renamed without changes.
Binary file added packages/dotless.1.5.2/tool/dotless.compiler.exe
Binary file not shown.
Binary file added packages/dotless.1.5.2/tool/dotless.compiler.pdb
Binary file not shown.
2 changes: 0 additions & 2 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@
<repository path="..\SquishIt.Sass\packages.config" />
<repository path="..\SquishIt.Tests\packages.config" />
<repository path="..\SquishItAspNetMvcTest\packages.config" />
<repository path="..\SquishItAspNetMvcTestMediumTrust\packages.config" />
<repository path="..\SquishItAspNetMvcTestPartialTrust\packages.config" />
</repositories>

0 comments on commit 76cb03d

Please sign in to comment.