diff --git a/.gitignore b/.gitignore index 849ddff..e1d4ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -dist/ +dist/**/theme-akp-house.css diff --git a/Makefile b/Makefile index 62444a4..7ce7854 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: mkdir -p dist - sass --style=compressed --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css + sass --style=compressed --no-source-map src/theme-akp-house.scss dist/custom/public/css/theme-akp-house.css dev: mkdir -p dist - sass --watch --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css \ No newline at end of file + sass --watch --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css diff --git a/dist/custom/public/img/apple-touch-icon.png b/dist/custom/public/img/apple-touch-icon.png new file mode 100644 index 0000000..57239de Binary files /dev/null and b/dist/custom/public/img/apple-touch-icon.png differ diff --git a/dist/custom/public/img/avatar_default.png b/dist/custom/public/img/avatar_default.png new file mode 100644 index 0000000..1c5eff0 Binary files /dev/null and b/dist/custom/public/img/avatar_default.png differ diff --git a/dist/custom/public/img/favicon.png b/dist/custom/public/img/favicon.png new file mode 100644 index 0000000..18eab6b Binary files /dev/null and b/dist/custom/public/img/favicon.png differ diff --git a/dist/custom/public/img/favicon.svg b/dist/custom/public/img/favicon.svg new file mode 100644 index 0000000..6f9f075 --- /dev/null +++ b/dist/custom/public/img/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/custom/public/img/logo.png b/dist/custom/public/img/logo.png new file mode 100644 index 0000000..f35205a Binary files /dev/null and b/dist/custom/public/img/logo.png differ diff --git a/dist/custom/public/img/logo.svg b/dist/custom/public/img/logo.svg new file mode 100644 index 0000000..6f9f075 --- /dev/null +++ b/dist/custom/public/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file