File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# Roadmap
22
3- - [x] Shortcut to easily setup compilation of single files
4- - [x] LESS: Added StrictUnits and RootPath compiler support
5- - [x] LESS: Added relative URL compiler support (#63 )
6- - [x] Use the official CoffeeScript compiler (#68 )
7- - [x] Enable source maps for Iced CoffeeScript
8- - [x] Compile up the LESS @import chain (#67 )
93- [ ] Generate gulpfile.js from compilerconfig.json (#34 )
104- [ ] Preview window (#6 )
115- [ ] File globbing pattern support (#49 )
6+ - [ ] Task Runner Explorer integration
7+ - [ ] Optimize compilatoin of newly added configs (#72 )
128
139Features that have a checkmark are complete and available for
1410download in the
@@ -19,6 +15,17 @@ download in the
1915These are the changes to each version that has been released
2016on the official Visual Studio extension gallery.
2117
18+ ## 1.2
19+
20+ ** 2015-08-07**
21+
22+ - [x] Shortcut to easily setup compilation of single files
23+ - [x] LESS: Added StrictUnits and RootPath compiler support
24+ - [x] LESS: Added relative URL compiler support (#63 )
25+ - [x] Use the official CoffeeScript compiler (#68 )
26+ - [x] Enable source maps for Iced CoffeeScript
27+ - [x] Compile up the LESS @import chain (#67 )
28+
2229## 1.1
2330
2431** 2015-08-03**
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" 148ffa77-d70a-407f-892b-9ee542346862" Version =" 1.1 " Language =" en-US" Publisher =" Mads Kristensen" />
4+ <Identity Id =" 148ffa77-d70a-407f-892b-9ee542346862" Version =" 1.2 " Language =" en-US" Publisher =" Mads Kristensen" />
55 <DisplayName >Web Compiler</DisplayName >
66 <Description xml : space =" preserve" >The easiest and most powerful way to compile LESS, Scss and CoffeeScript files directly within Visual Studio or through MSBuild.</Description >
77 <License >Resources\LICENSE</License >
You can’t perform that action at this time.
0 commit comments