Skip to content

Commit ae4ca07

Browse files
committed
More notes on doit
Add FIXME in deploy script.
1 parent 9190d3c commit ae4ca07

File tree

2 files changed

+406
-88
lines changed

2 files changed

+406
-88
lines changed

deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ generate_file_index() {
6464
input_deps=$(printf "$input_deps\n" | sort -u)
6565
for path in $input_deps
6666
do
67+
# FIXME: Can't handle relative path ./
6768
esc_path=$(printf "$path\n" | sed -r 's/\//\\\//')
6869
registry_data=$(printf "$registry_data\n" | sed -r "s/^.*$esc_path//")
6970
done

0 commit comments

Comments
 (0)