mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Moved theme engines to new theme engine service
refs: bf0823c9a2
- continuing the work of splitting up the theme service into logical components
This commit is contained in:
parent
4185bdb33e
commit
50367fafee
@ -15,7 +15,7 @@ const join = require('path').join;
|
|||||||
|
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const themeConfig = require('../theme-engine/config');
|
const themeConfig = require('../theme-engine/config');
|
||||||
const themeEngines = require('./engines');
|
const themeEngines = require('../theme-engine/engines');
|
||||||
const config = require('../../../shared/config');
|
const config = require('../../../shared/config');
|
||||||
const engine = require('../theme-engine/engine');
|
const engine = require('../theme-engine/engine');
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
const should = require('should');
|
const should = require('should');
|
||||||
const sinon = require('sinon');
|
const sinon = require('sinon');
|
||||||
const themeEngines = require('../../../../../core/frontend/services/themes/engines');
|
const themeEngines = require('../../../../../core/frontend/services/theme-engine/engines');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @NOTE
|
* @NOTE
|
Loading…
Reference in New Issue
Block a user