forked from jetheredge/SquishIt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dotless to 1.5.2 (jetheredge#317)
- Loading branch information
Showing
17 changed files
with
24 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters