48550c81aa
fixes https://github.com/TryGhost/Toolbox/issues/150 - up until now, the test framework has copied all theme fixtures to the test directory when it boots Ghost - the vast majority of tests don't need all the themes, so this is quite a wasteful operation - this commit disables copying all themes by default, and provides the `copyThemes` boot option to enable this - also adds a `copySettings` option, and defaults `redirectsFile` to false to further reduce the number of file copies |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
Gruntfile.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json |