|
2 | 2 | <package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
3 | 3 | <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
4 | 4 | <id>RequestReduce.SassLessCoffee</id>
|
5 |
| - <version>1.6.12</version> |
| 5 | + <version>1.6.19</version> |
6 | 6 | <authors>Matt Wrock</authors>
|
7 | 7 | <owners>Matt Wrock</owners>
|
8 | 8 | <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
|
9 | 9 | <projectUrl>http://www.requestreduce.com/</projectUrl>
|
10 | 10 | <iconUrl>http://www.requestreduce.com/nuget_icon2.png</iconUrl>
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
12 |
| - <description> |
13 |
| - RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing its reductions. |
| 12 | + <description> |
| 13 | + RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing its reductions. |
14 | 14 | </description>
|
15 | 15 | <summary>An add-on which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing.</summary>
|
16 | 16 | <tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript Less DotLess Sass Coffee SassAndCoffee RequestReduce</tags>
|
17 |
| - <releaseNotes> |
18 |
| - * Fix buf that surfaces when two identical scripts are in the head |
19 |
| - * Gracefully swallow and log errors in transformations |
20 |
| - * Fix disk file cache failing to load previously cached files on app startup |
21 |
| - * Allow saving of less/sass/coffee files in RequestReduce directory |
22 |
| - * Fix .less imports |
| 17 | + <releaseNotes> |
| 18 | + * Fix buf that surfaces when two identical scripts are in the head |
| 19 | + * Gracefully swallow and log errors in transformations |
| 20 | + * Fix disk file cache failing to load previously cached files on app startup |
| 21 | + * Allow saving of less/sass/coffee files in RequestReduce directory |
| 22 | + * Fix .less imports |
23 | 23 | </releaseNotes>
|
24 | 24 | <dependencies>
|
25 |
| - <dependency id="RequestReduce" version="1.6.12" /> |
| 25 | + <dependency id="RequestReduce" version="1.6.19" /> |
26 | 26 | <dependency id="dotless" version="1.2.1.0" />
|
27 | 27 | <dependency id="SassAndCoffee.Core" version="1.1.5" />
|
28 | 28 | </dependencies>
|
|
0 commit comments