Use glitch flavour/skin only
This commit is contained in:
parent
9762592e51
commit
8586ff5b53
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ const glob = require('glob');
|
|||
|
||||
const configPath = resolve('config', 'webpacker.yml');
|
||||
const settings = safeLoad(readFileSync(configPath), 'utf8')[env.RAILS_ENV || env.NODE_ENV];
|
||||
const flavourFiles = glob.sync('app/javascript/flavours/*/theme.yml');
|
||||
const skinFiles = glob.sync('app/javascript/skins/*/*');
|
||||
const flavourFiles = glob.sync('app/javascript/flavours/glitch/theme.yml');
|
||||
const skinFiles = glob.sync('app/javascript/skins/glitch/*');
|
||||
const flavours = {};
|
||||
|
||||
const core = function () {
|
||||
|
|
Loading…
Reference in a new issue