Skip to content

Commit

Permalink
- Added files forgotten from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Kotilainen committed Nov 29, 2010
1 parent 5af3568 commit 8c0b0c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Dotless.nuspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>dotless</id>
<version>1.1.0.5</version>
<authors>Christopher Owen, Erik van Brakel, Daniel Hölbling and James Foster</authors>
<description>
This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS.

For more information about the original Less project see http://lesscss.org/. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
</description>
<language>en-US</language>
</metadata>
</package>
8 changes: 8 additions & 0 deletions src/web.config.transform
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpHandlers>
<add path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler, dotless.Core" />
</httpHandlers>
</system.web>
</configuration>

0 comments on commit 8c0b0c6

Please sign in to comment.