Blame view

node_modules/less/test/browser/generator/benchmark.config.js 1.62 KB
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  
  module.exports = {
      current: {
      // src is used to build list of less files to compile
          src: [
              'benchmark/benchmark.less'
          ],
          options: {
              helpers: 'benchmark/browseroptions.js',
              specs: 'benchmark/browserspec.js',
              outfile: 'tmp/browser/test-runner-benchmark-current.html'
          }
      },
      v3_10_3: {
          // src is used to build list of less files to compile
          src: [
              'benchmark/benchmark.less'
          ],
          options: {
              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'
          }
      },
      v3_9_0: {
          // src is used to build list of less files to compile
          src: [
              'benchmark/benchmark.less'
          ],
          options: {
              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'
          }
      },
      v2_7_3: {
          // src is used to build list of less files to compile
          src: [
              'benchmark/benchmark.less'
          ],
          options: {
              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'
          }
      }
  }