mirror of
https://github.com/less/less.js.git
synced 2026-02-08 22:15:04 -05:00
Removed obsolete option.
This commit is contained in:
@@ -139,11 +139,7 @@ module.exports = function(grunt) {
|
||||
src: ['test/less/*.less', '!test/less/javascript.less', '!test/less/urls.less'],
|
||||
options: {
|
||||
specs: 'test/browser/runner-main.js',
|
||||
outfile: 'test/browser/test-runner-main.html',
|
||||
templateOptions: {
|
||||
originalLess: '',
|
||||
expectedCss: ''
|
||||
}
|
||||
outfile: 'test/browser/test-runner-main.html'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user