silverstripe-framework/admin/client/dist/images
Sam Minnee 1b527fca3f FIX Webpack handles images & fonts.
Responsibility for finding and referencing images and fonts is now
given to webpack. All the url references are now relative to the
component scss file, and point to font & images files in src/, rather
than assuming someone else will place them in dist.

This makes the source more modular, and makes it easier to, for
example, inline images are data URIs, or create a new build script that
builds several modules for a project in a single pass.

Workaround for bad font path in bundle.css:
ExtactTextPlugin didn’t work as well with a subfolder reference in the
filename. This is just a short-term fix and could probably be improved
to put bundle.css back in the styles subfolder.

Webpack handles images & fonts:
Responsibility for finding and referencing images and fonts is now
given to webpack. All the url references are now relative to the
component scss file, and point to font & images files in src/, rather
than assuming someone else will place them in dist.

This makes the source more modular, and makes it easier to, for
example, inline images are data URIs, or create a new build script that
builds several modules for a project in a single pass.

Clarify docs on spriting and webfonts:
We've decided to remove sprity since it comes with hundreds of dependencies,
and needs compilation within the "npm install" - dragging out the already overweight
install process, and making the resulting node_modules/ folder less portable between systems.
2016-09-15 22:19:09 +12:00
..
sprites API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
textures API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
alert-bad.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
alert-good.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
arrow_refresh.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
arrows.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
btn_arrow_down_grey.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
chosen-sprite.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
chosen-sprite@2x.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
cms_content_header.png FIX Webpack handles images & fonts. 2016-09-15 22:19:09 +12:00
content-header-tabs-sprite.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
drag_drop_opt.svg API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
filter-icons.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
link_arrows.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
logo_small.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
logo_small@2x.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
logo.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
menu-arrow-deselected-up.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
network-save-constructive.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
network-save.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
progressbar_blue.gif FIX Webpack handles images & fonts. 2016-09-15 22:19:09 +12:00
question.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
silverstripe_logo.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
silverstripe.svg FIX Webpack handles images & fonts. 2016-09-15 22:19:09 +12:00
sitetree_ss_default_icons.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
sitetree_ss_default_icons@2x.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
sitetree_ss_pageclass_icons_default.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
spinner.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
spinner@2x.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
sprite-btn-icon.png FIX Webpack handles images & fonts. 2016-09-15 22:19:09 +12:00
sprite-sprites-32x32.png FIX Webpack handles images & fonts. 2016-09-15 22:19:09 +12:00
sticky-toggle-off.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
sticky-toggle-on.png API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00
throbber.gif API Moved frontend assets into admin/client/ 2016-04-20 21:13:10 +12:00