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/...` --- .../themes/material/public/font/icomoon/icomoon.eot | Bin 3188 -> 0 bytes .../themes/material/public/font/icomoon/icomoon.svg | 17 ----------------- .../themes/material/public/font/icomoon/icomoon.ttf | Bin 3024 -> 0 bytes .../themes/material/public/font/icomoon/icomoon.woff | Bin 3100 -> 0 bytes 4 files changed, 17 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.eot delete mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.svg delete mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.ttf delete mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.woff (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.eot b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.eot deleted file mode 100644 index 7318414e..00000000 Binary files a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.eot and /dev/null differ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.svg b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.svg deleted file mode 100644 index 365c0c42..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.ttf b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.ttf deleted file mode 100644 index fff65bca..00000000 Binary files a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.ttf and /dev/null differ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.woff b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.woff deleted file mode 100644 index f3fe2a46..00000000 Binary files a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/icomoon/icomoon.woff and /dev/null differ -- cgit v1.2.3