File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"eslint" : " ^8.57.1"
5
5
},
6
6
"scripts" : {
7
- "lint" : " eslint src/theme /*js src/theme /**/*js" ,
8
- "lint-fix" : " eslint --fix src/theme /*js src/theme /**/*js"
7
+ "lint" : " eslint src/front-end /*js src/front-end /**/*js" ,
8
+ "lint-fix" : " eslint --fix src/front-end /*js src/front-end /**/*js"
9
9
}
10
10
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ pub static PRINT_CSS: &[u8] = include_bytes!("../front-end/css/print.css");
25
25
pub static VARIABLES_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/variables.css" ) ;
26
26
pub static FAVICON_PNG : & [ u8 ] = include_bytes ! ( "favicon.png" ) ;
27
27
pub static FAVICON_SVG : & [ u8 ] = include_bytes ! ( "favicon.svg" ) ;
28
- pub static JS : & [ u8 ] = include_bytes ! ( "../front-end/book.js" ) ;
29
- pub static HIGHLIGHT_JS : & [ u8 ] = include_bytes ! ( "highlight.js" ) ;
28
+ pub static JS : & [ u8 ] = include_bytes ! ( "../front-end/js/ book.js" ) ;
29
+ pub static HIGHLIGHT_JS : & [ u8 ] = include_bytes ! ( "../front-end/js/ highlight.js" ) ;
30
30
pub static TOMORROW_NIGHT_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/tomorrow-night.css" ) ;
31
31
pub static HIGHLIGHT_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/highlight.css" ) ;
32
32
pub static AYU_HIGHLIGHT_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/ayu-highlight.css" ) ;
33
- pub static CLIPBOARD_JS : & [ u8 ] = include_bytes ! ( "clipboard.min.js" ) ;
33
+ pub static CLIPBOARD_JS : & [ u8 ] = include_bytes ! ( "../front-end/js/ clipboard.min.js" ) ;
34
34
pub static FONT_AWESOME : & [ u8 ] = include_bytes ! ( "../front-end/css/font-awesome.min.css" ) ;
35
35
pub static FONT_AWESOME_EOT : & [ u8 ] = include_bytes ! ( "../front-end/fonts/fontawesome-webfont.eot" ) ;
36
36
pub static FONT_AWESOME_SVG : & [ u8 ] = include_bytes ! ( "../front-end/fonts/fontawesome-webfont.svg" ) ;
You can’t perform that action at this time.
0 commit comments