Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
mastofe
Commits
8586ff5b
Commit
8586ff5b
authored
Sep 23, 2020
by
Sean King
Browse files
Use glitch flavour/skin only
parent
9762592e
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/webpack/configuration.js
View file @
8586ff5b
...
...
@@ -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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment