Skip to content

Commit 212a266

Browse files
committed
Merge pull request #44 from parallaxinc/release-files
add fonts and assets
2 parents 1cd59ae + da4d7f4 commit 212a266

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.babel.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const files = {
1616
'bundle.js',
1717
'background.js',
1818
'_locales/**',
19-
'icons/**'
19+
'icons/**',
20+
'fonts/**',
21+
'assets/**'
2022
]
2123
};
2224

0 commit comments

Comments
 (0)