Skip to content
Snippets Groups Projects
Verified Commit df9efbcd authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

Fully rename build to public

parent 1aa79c5d
No related branches found
No related tags found
No related merge requests found
Pipeline #40305 passed
......@@ -8,6 +8,6 @@ export PYTHONPATH=$(pwd)/src
# Compile template files into html
cheetah fill --nobackup --idir src --odir public -R
# Copy media (images, css) to the build directory
cp -a media build
cp -a media public
# Remove base and helper files
rm build/[[:upper:]]*
rm public/[[:upper:]]*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment