mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
remove unnecessary hack for filenames with dots
This commit is contained in:
parent
482b317814
commit
d09a0b7ef3
1 changed files with 0 additions and 8 deletions
|
|
@ -38,14 +38,6 @@ function munge_html() {
|
|||
mkdir -p "$FILE_DIR"
|
||||
mv "$FILE" "$FILE_DIR/index.html"
|
||||
done
|
||||
|
||||
# stupid harp
|
||||
for FILE in "$TARGET"/projects/mojo.el "$TARGET"/projects/samhuri.net "$TARGET"/projects/cheat.el; do
|
||||
mv "$FILE" "$FILE.tmp"
|
||||
FILE_DIR="${FILE%.html}"
|
||||
mkdir -p "$FILE_DIR"
|
||||
mv "$FILE.tmp" "$FILE_DIR/index.html"
|
||||
done
|
||||
}
|
||||
|
||||
function minify_js() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue