File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 "eslint" : " ^8.57.1"
55 },
66 "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"
99 }
1010}
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");
2525pub static VARIABLES_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/variables.css" ) ;
2626pub static FAVICON_PNG : & [ u8 ] = include_bytes ! ( "favicon.png" ) ;
2727pub 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" ) ;
3030pub static TOMORROW_NIGHT_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/tomorrow-night.css" ) ;
3131pub static HIGHLIGHT_CSS : & [ u8 ] = include_bytes ! ( "../front-end/css/highlight.css" ) ;
3232pub 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" ) ;
3434pub static FONT_AWESOME : & [ u8 ] = include_bytes ! ( "../front-end/css/font-awesome.min.css" ) ;
3535pub static FONT_AWESOME_EOT : & [ u8 ] = include_bytes ! ( "../front-end/fonts/fontawesome-webfont.eot" ) ;
3636pub 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