Skip to content

Commit 27c05b0

Browse files
committed
Include all of src in style-assets task.
1 parent 93c9540 commit 27c05b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.core/gulp.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const defaultConfig = {
2929
colors: ['src/**/*/colors.json'],
3030
pluginAssets: [
3131
'src/app/**/plugin-assets.json',
32-
'src/app/**/style-assets.json',
32+
'src/**/style-assets.json',
3333
'.core/**/style-assets.json',
3434
'reactium_modules/**/style-assets.json',
3535
],
@@ -61,7 +61,7 @@ const defaultConfig = {
6161
colors: ['src/**/*/colors.json'],
6262
pluginAssets: [
6363
'src/app/**/plugin-assets.json',
64-
'src/app/**/style-assets.json',
64+
'src/**/style-assets.json',
6565
'.core/**/style-assets.json',
6666
'reactium_modules/**/style-assets.json',
6767
],

0 commit comments

Comments
 (0)