Skip to content

Commit a4df384

Browse files
committed
Replace line ending CRLF to LF
1 parent 287d0c9 commit a4df384

File tree

4 files changed

+463
-463
lines changed

4 files changed

+463
-463
lines changed

lib/defaults.js

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
1-
var config = {
2-
indexFile: 'index.html',
3-
log: false,
4-
srcToLoad: [
5-
{
6-
selector: 'img',
7-
attributeName: 'src'
8-
},
9-
{
10-
selector: 'input',
11-
attributeName: 'src'
12-
},
13-
{
14-
selector: 'object',
15-
attributeName: 'data'
16-
},
17-
{
18-
selector: 'embed',
19-
attributeName: 'src'
20-
},
21-
{
22-
selector: 'param[name="movie"]',
23-
attributeName: 'value'
24-
},
25-
{
26-
selector: 'script',
27-
attributeName: 'src'
28-
},
29-
{
30-
selector: 'link[rel="stylesheet"]',
31-
attributeName: 'href'
32-
},
33-
{
34-
selector: 'link[rel*="icon"]',
35-
attributeName: 'href'
36-
},
37-
],
38-
staticDirectories: [
39-
{
40-
directory: 'images',
41-
extensions: ['.png', '.jpg', '.jpeg', '.gif']
42-
},
43-
{
44-
directory: 'js',
45-
extensions: ['.js']
46-
},
47-
{
48-
directory: 'css',
49-
extensions: ['.css']
50-
},
51-
{
52-
directory: 'fonts',
53-
extensions: ['.ttf', '.woff', '.eot', '.svg']
54-
}
55-
]
56-
};
57-
1+
var config = {
2+
indexFile: 'index.html',
3+
log: false,
4+
srcToLoad: [
5+
{
6+
selector: 'img',
7+
attributeName: 'src'
8+
},
9+
{
10+
selector: 'input',
11+
attributeName: 'src'
12+
},
13+
{
14+
selector: 'object',
15+
attributeName: 'data'
16+
},
17+
{
18+
selector: 'embed',
19+
attributeName: 'src'
20+
},
21+
{
22+
selector: 'param[name="movie"]',
23+
attributeName: 'value'
24+
},
25+
{
26+
selector: 'script',
27+
attributeName: 'src'
28+
},
29+
{
30+
selector: 'link[rel="stylesheet"]',
31+
attributeName: 'href'
32+
},
33+
{
34+
selector: 'link[rel*="icon"]',
35+
attributeName: 'href'
36+
},
37+
],
38+
staticDirectories: [
39+
{
40+
directory: 'images',
41+
extensions: ['.png', '.jpg', '.jpeg', '.gif']
42+
},
43+
{
44+
directory: 'js',
45+
extensions: ['.js']
46+
},
47+
{
48+
directory: 'css',
49+
extensions: ['.css']
50+
},
51+
{
52+
directory: 'fonts',
53+
extensions: ['.ttf', '.woff', '.eot', '.svg']
54+
}
55+
]
56+
};
57+
5858
module.exports = config;

0 commit comments

Comments
 (0)