mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
4b2c6b0503
This doesn’t have much impact on resulting JS size, but it will hopefully make merge conflicts much less frequent. The CSS growth is a little higher (6.5% increase in size) but is not material. If this materially reduces the number of merge conflicts we have, by letting the git merge tools resolve some dist file mergers, I think it would be worth it. See https://github.com/silverstripe/silverstripe-framework/pull/6051 |
||
---|---|---|
_config | ||
.tx | ||
client | ||
code | ||
javascript/lang | ||
lang | ||
templates | ||
tests | ||
_config.php | ||
.codeclimate.yml | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
.scss-lint.yml | ||
.travis.yml | ||
.upgrade.yml | ||
composer.json | ||
CONTRIBUTING.md | ||
license.md | ||
npm-shrinkwrap.json | ||
package.json | ||
README.md | ||
silverstripe_version | ||
web.config | ||
webpack.config.js |
SilverStripe CMS
PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework
module and a silverstripe-installer
base project.
Installation
See installation on different platforms, and installation from source.
Bugtracker
Bugs are tracked on github.com. Please read our issue reporting guidelines.
Development and Contribution
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.