We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e918442 commit ef5adf7Copy full SHA for ef5adf7
Makefile
@@ -115,7 +115,7 @@ docs: init css js
115
@@find tmp/${NAME} -type f \
116
\( -name '*.html' -o -name '*.php' \) \
117
-exec perl -pi -e \
118
- 's|js/"|${NAME}.min.js"|g;s|css/themes/default/|${NAME}.min.css|g;s|js/jquery.js"|jquery.js"|g' {} \;
+ 's|js/"|${NAME}.min.js"|g;s|css/themes/default/|${NAME}.min.css|g;s|js/jquery.js"|jquery.js"|g;s|"../../"|"../../index.html"|g' {} \;
119
# ... Move and zip up the the whole folder
120
@@cd tmp; zip -rq ../${OUTPUT}/${NAME}.docs.zip ${NAME}
121
@@mv tmp/${NAME} ${OUTPUT}/demos
0 commit comments