mirror of https://github.com/snachodog/mybuddy.git
Remove FA from vendor CSS.
This commit is contained in:
parent
3d88235eb9
commit
bc7b9a97fa
|
@ -38,8 +38,7 @@ module.exports = {
|
||||||
stylesConfig: {
|
stylesConfig: {
|
||||||
dest: basePath + 'css/',
|
dest: basePath + 'css/',
|
||||||
vendor: [
|
vendor: [
|
||||||
'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css',
|
'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css'
|
||||||
'node_modules/font-awesome/css/font-awesome.css'
|
|
||||||
],
|
],
|
||||||
app: 'babyblotter/static_src/scss/babyblotter.scss',
|
app: 'babyblotter/static_src/scss/babyblotter.scss',
|
||||||
ignore: [
|
ignore: [
|
||||||
|
|
Loading…
Reference in New Issue