silverstripe-framework/admin
Ingo Schommer 8eac22c628 Separate CSS bundling in Webpack
Multiple entry points can't result in a single bundle.css with a fixed filename, see
https://github.com/webpack/extract-text-webpack-plugin/issues/179

Until that's resolved, it's easier to keep the 'css' task separate in Webpack,
and have a single entry point for all CSS (bundle.scss).

Also partially reverting "Moved frontend assets into admin/ "module"",
which moved too many files: debug.css and install.css need to remain
as framework (not admin) deps. Split out into a separate `framework-css` Webpack
task in preparation for splitting off the module.
2016-09-16 13:46:09 +12:00
..
client Separate CSS bundling in Webpack 2016-09-16 13:46:09 +12:00
code Removed ModelAdmin/SecurityAdmin Webpack entry points 2016-09-16 13:44:12 +12:00
templates/SilverStripe API Move preview panel to CMS module 2016-09-13 13:20:17 +12:00
tests Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
themes Tabs support in new file/image editor 2016-09-14 14:08:59 +12:00
thirdparty API Removed duplicated thirdparty deps 2016-09-15 22:19:12 +12:00
_config.php API Moved frontend assets into admin/ "module" 2016-09-16 13:46:06 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00