mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-03-17 20:42:12 +02:00
generate-css: Move data files into subdir
[why] We already have 2 data files to assemble the css file, and that clutters the scripts/ directory; and there will come more for the cheat sheet. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
eef02c07b6
commit
018f006a6d
@ -8,8 +8,8 @@ source ./lib/i_all.sh
|
||||
|
||||
output_css_file="../../css/nerd-fonts-generated.css"
|
||||
output_css_min_file="../../css/nerd-fonts-generated.min.css"
|
||||
header_css_file="./css-header.txt"
|
||||
header_css_min_file="./css-min-header.txt"
|
||||
header_css_file="./data/css-header.txt"
|
||||
header_css_min_file="./data/css-min-header.txt"
|
||||
if [ -d "../../temp" ]; then
|
||||
output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt"
|
||||
text_gen=" and Cheat Sheet HTML"
|
||||
|
Loading…
x
Reference in New Issue
Block a user