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 1
1
# Roadmap
2
2
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 )
9
3
- [ ] Generate gulpfile.js from compilerconfig.json (#34 )
10
4
- [ ] Preview window (#6 )
11
5
- [ ] File globbing pattern support (#49 )
6
+ - [ ] Task Runner Explorer integration
7
+ - [ ] Optimize compilatoin of newly added configs (#72 )
12
8
13
9
Features that have a checkmark are complete and available for
14
10
download in the
@@ -19,6 +15,17 @@ download in the
19
15
These are the changes to each version that has been released
20
16
on the official Visual Studio extension gallery.
21
17
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
+
22
29
## 1.1
23
30
24
31
** 2015-08-03**
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >Web Compiler</DisplayName >
6
6
<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 >
7
7
<License >Resources\LICENSE</License >
You can’t perform that action at this time.
0 commit comments