File tree Expand file tree Collapse file tree 8 files changed +15
-12
lines changed Expand file tree Collapse file tree 8 files changed +15
-12
lines changed Original file line number Diff line number Diff line change
1
+ .npm-cache
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ npm-debug.log*
75
75
yarn-debug.log *
76
76
yarn-error.log *
77
77
lerna-debug.log *
78
+ .npm-cache
78
79
79
80
# Diagnostic reports (https://nodejs.org/api/report.html)
80
81
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
Original file line number Diff line number Diff line change 1
1
{
2
- "customSyntax" : " postcss-less" ,
3
- "extends" : " stylelint-config-standard" ,
2
+ "extends" : " stylelint-config-standard-scss" ,
4
3
"rules" : {
5
4
"selector-id-pattern" : null ,
6
5
"selector-class-pattern" : null ,
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6
6
< meta name ="format-detection " content ="telephone=no ">
7
7
< title > {content.titleTag}</ title >
8
+ < meta name ="description " content ="Describe your website here ">
9
+ < link rel ="preload " href ="/css/styles.css " as ="style ">
10
+ < link rel ="preload " href ="/js/main.js " as ="script ">
8
11
< link rel ="stylesheet " href ="/css/styles.css ">
9
12
< script src ="/js/main.js " defer > </ script >
10
13
</ head >
Original file line number Diff line number Diff line change 10
10
"node" : " >=18.0.0"
11
11
},
12
12
"dependencies" : {
13
- "roosevelt" : " ~0.22 .0" ,
13
+ "roosevelt" : " ~0.23 .0" ,
14
14
"teddy" : " ~0.6.0" ,
15
- "less " : " ~4.2 .0"
15
+ "sass " : " ~1.83 .0"
16
16
},
17
17
"devDependencies" : {
18
18
"nodemon" : " ~3.1.0" ,
19
19
"standard" : " ~17.1.0" ,
20
20
"eslint-plugin-html" : " ~8.1.0" ,
21
- "stylelint" : " ~16.6.0" ,
22
- "postcss-less" : " ~6.0.0" ,
23
- "stylelint-config-standard" : " ~36.0.0"
21
+ "stylelint" : " ~16.13.0" ,
22
+ "stylelint-config-standard-scss" : " ~14.0.0"
24
23
},
25
24
"nodemonConfig" : {
26
25
"ignore" : [" public/" ],
27
- "ext" : " less html js json"
26
+ "ext" : " scss html js json"
28
27
},
29
28
"private" : true ,
30
29
"repository" : {
49
48
"production-proxy" : " nodemon app.js --production-proxy-mode" ,
50
49
"standard" : " ./node_modules/.bin/standard" ,
51
50
"start" : " nodemon app.js --production-mode" ,
52
- "stylelint" : " ./node_modules/.bin/stylelint \" statics/css/**/*.less \" " ,
51
+ "stylelint" : " ./node_modules/.bin/stylelint \" statics/css/**/*.scss \" " ,
53
52
"test" : " npm run lint"
54
53
}
55
54
}
Original file line number Diff line number Diff line change 1
1
{
2
- "port" : 53573 ,
2
+ "port" : 36411 ,
3
3
"makeBuildArtifacts" : true ,
4
4
"https" : {
5
5
"enable" : true ,
6
- "port" : 53573 ,
6
+ "port" : 36411 ,
7
7
"force" : true ,
8
8
"authInfoPath" : {
9
9
"authCertAndKey" : {
21
21
"sourcePath" : " css" ,
22
22
"compiler" : {
23
23
"enable" : true ,
24
- "module" : " less " ,
24
+ "module" : " sass " ,
25
25
"options" : {}
26
26
},
27
27
"output" : " css" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments