From 30d81a47c689e1d7d963fcd3fd42af9958805e31 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 22 Jan 2016 13:45:10 +0100 Subject: Move public assets for themes So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...` --- .../public/themes/material/font/icomoon/icomoon.eot | Bin 0 -> 3188 bytes .../public/themes/material/font/icomoon/icomoon.svg | 17 +++++++++++++++++ .../public/themes/material/font/icomoon/icomoon.ttf | Bin 0 -> 3024 bytes .../public/themes/material/font/icomoon/icomoon.woff | Bin 0 -> 3100 bytes 4 files changed, 17 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.eot create mode 100644 src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.svg create mode 100644 src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.ttf create mode 100644 src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.woff (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon') diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.eot b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.eot new file mode 100644 index 00000000..7318414e Binary files /dev/null and b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.eot differ diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.svg b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.svg new file mode 100644 index 00000000..365c0c42 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.svg @@ -0,0 +1,17 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.ttf b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.ttf new file mode 100644 index 00000000..fff65bca Binary files /dev/null and b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.ttf differ diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.woff b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.woff new file mode 100644 index 00000000..f3fe2a46 Binary files /dev/null and b/src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.woff differ -- cgit v1.2.3