Skip to content

Commit 7d168c8

Browse files
authored
Merge pull request #358 from gruntjs/newless
Update to less 4
2 parents 8842e4f + a9b7435 commit 7d168c8

File tree

4 files changed

+154
-158
lines changed

4 files changed

+154
-158
lines changed

Gruntfile.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,24 +86,6 @@ module.exports = function(grunt) {
8686
'tmp/plugins.css': ['test/fixtures/plugins.less']
8787
}
8888
},
89-
ieCompatTrue: {
90-
options: {
91-
paths: ['test/fixtures/include'],
92-
ieCompat: true
93-
},
94-
files: {
95-
'tmp/ieCompatTrue.css': ['test/fixtures/ieCompat.less']
96-
}
97-
},
98-
ieCompatFalse: {
99-
options: {
100-
paths: ['test/fixtures/include'],
101-
ieCompat: false
102-
},
103-
files: {
104-
'tmp/ieCompatFalse.css': ['test/fixtures/ieCompat.less']
105-
}
106-
},
10789
nofiles: {
10890
},
10991
nomatchedfiles: {

0 commit comments

Comments
 (0)