Ghost/ghost/core
Sam Lord 48550c81aa Improved performance of prepareContentFolder function
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
2022-08-01 08:58:13 +02:00
..
content 🎨 Updated Casper to v5.2.2 2022-07-26 08:23:54 +01:00
core Added successful job run check 2022-07-28 19:07:49 +01:00
test Improved performance of prepareContentFolder function 2022-08-01 08:58:13 +02:00
.c8rc.json
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js
Gruntfile.js Moved yarn main functionality up to root yarn script 2022-07-25 18:30:21 +02:00
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Update dependency knex-migrator to v5.0.3 2022-08-01 08:57:57 +02:00