|
|
@ -10,7 +10,7 @@ default: |
|
|
|
cp -r ./src/styles/* ./build/styles/; |
|
|
|
node-sass ./build/styles/search.scss > ./build/styles/search.min.css; |
|
|
|
cp -r ./src/templates/search.html ./build/templates/; |
|
|
|
cp -r ./src/{archive.py,openlibrary.py,predictions.py,search.py,website.py,textbookExceptions.py} ./build/; |
|
|
|
cp -r ./src/{archive.py,openlibrary.py,search.py,website.py,textbookExceptions.py} ./build/; |
|
|
|
cp ./src/appconfig ./build/; |
|
|
|
sed -i s,NAME_HERE,"$(SRV_NAME)",g ./build/appconfig; |
|
|
|
sed -i s,ROOT_HERE,"$(SRV_PREFIX)",g ./build/appconfig; |
|
|
|