File tree Expand file tree Collapse file tree 1 file changed +13
-17
lines changed
Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change 22module . exports = {
33 css : {
44 src : [
5- '<%= paths.css %>'
6- ]
7- } ,
8- dist : {
9- src : [
10- '<%= paths.dist %>'
5+ '<%= paths.css %>' ,
6+ '<%= paths.cssVend %>' ,
7+ 'style*.*'
118 ]
129 } ,
1310 fonts : {
1411 src : [
15- '<%= paths.fonts %>'
12+ '<%= paths.fonts %>' ,
13+ '<%= paths.fontsVend %>'
1614 ]
1715 } ,
1816 php : {
1917 src : [
20- 'includes/vendor/ '
18+ '<%= paths.phpVend %> '
2119 ]
2220 } ,
2321 js : {
2422 src : [
25- '<%= paths.js %>'
23+ '<%= paths.js %>' ,
24+ '<%= paths.jsVend %>'
2625 ]
2726 } ,
2827 images : {
2928 src : [
30- '<%= paths.images %>'
29+ '<%= paths.images %>' ,
30+ '<%= paths.imagesVend %>' ,
31+ 'screenshot.png'
3132 ]
3233 } ,
3334 languages : {
3435 src : [
3536 '<%= paths.languages %>'
3637 ]
3738 } ,
38- style : {
39- src : [
40- 'style*.*'
41- ]
42- } ,
43- screenshot : {
39+ dist : {
4440 src : [
45- 'screenshot.png '
41+ '<%= paths.dist %> '
4642 ]
4743 }
4844} ;
You can’t perform that action at this time.
0 commit comments