wishthis/node_modules/less/test/browser/generator/benchmark.config.js

50 lines
1.6 KiB
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
module.exports = {
current: {
// src is used to build list of less files to compile
src: [
2023-08-17 09:47:40 +00:00
'benchmark/benchmark.less'
2022-01-21 08:28:41 +00:00
],
options: {
2023-08-17 09:47:40 +00:00
helpers: 'benchmark/browseroptions.js',
specs: 'benchmark/browserspec.js',
outfile: 'tmp/browser/test-runner-benchmark-current.html'
2022-01-21 08:28:41 +00:00
}
},
v3_10_3: {
// src is used to build list of less files to compile
src: [
2023-08-17 09:47:40 +00:00
'benchmark/benchmark.less'
2022-01-21 08:28:41 +00:00
],
options: {
2023-08-17 09:47:40 +00:00
helpers: 'benchmark/browseroptions.js',
specs: 'benchmark/browserspec.js',
outfile: 'tmp/browser/test-runner-benchmark-v3_10_3.html',
less: 'https://cdnjs.cloudflare.com/ajax/libs/less.js/3.10.3/less.min.js'
2022-01-21 08:28:41 +00:00
}
},
v3_9_0: {
// src is used to build list of less files to compile
src: [
2023-08-17 09:47:40 +00:00
'benchmark/benchmark.less'
2022-01-21 08:28:41 +00:00
],
options: {
2023-08-17 09:47:40 +00:00
helpers: 'benchmark/browseroptions.js',
specs: 'benchmark/browserspec.js',
outfile: 'tmp/browser/test-runner-benchmark-v3_9_0.html',
less: 'https://cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js'
2022-01-21 08:28:41 +00:00
}
},
v2_7_3: {
// src is used to build list of less files to compile
src: [
2023-08-17 09:47:40 +00:00
'benchmark/benchmark.less'
2022-01-21 08:28:41 +00:00
],
options: {
2023-08-17 09:47:40 +00:00
helpers: 'benchmark/browseroptions.js',
specs: 'benchmark/browserspec.js',
outfile: 'tmp/browser/test-runner-benchmark-v2_7_3.html',
less: 'https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.3/less.min.js'
2022-01-21 08:28:41 +00:00
}
}
}