Skip to content
Snippets Groups Projects
Commit 5ed93434 authored by Jiří Helebrant's avatar Jiří Helebrant
Browse files

Remove htaccess from the build script

parent 6dda0ff7
Branches
No related merge requests found
Pipeline #82048 passed with stages
in 4 minutes and 42 seconds
......@@ -43,5 +43,4 @@ mv content/pages/en/terms_app.tmp content/pages/en/terms_app.md
find output -type f -name \*.css -exec sed -i "s/__SITEURL__/${SITEURL}/g" {} +
find output -type f -name \*.css -exec ./node_modules/.bin/autoprefixer-cli -b "> 5%, last 2 versions, ie 11" {} +
mv "${OUTPUT_PATH}/theme/.htaccess" "${OUTPUT_PATH}/"
echo "<meta http-equiv='refresh' content='0; url=${DEFAULT_LANG}/' />" > output/index.html
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment