File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ var cleanOptions = {
38
38
"dot" : true ,
39
39
"src" : [
40
40
"<%= path.tmp %>/cache/**/*" ,
41
- "<%= path.tmp %>/generation/**/*" ,
42
41
"<%= path.tmp %>/log/**/*" ,
43
42
"<%= path.tmp %>/maps/**/*" ,
44
43
"<%= path.tmp %>/page_cache/**/*" ,
@@ -89,7 +88,6 @@ var cleanOptions = {
89
88
"dot" : true ,
90
89
"src" : [
91
90
"<%= path.tmp %>/cache/**/*" ,
92
- "<%= path.tmp %>/generation/**/*" ,
93
91
"<%= path.tmp %>/view_preprocessed/html/**/*" ,
94
92
"<%= path.tmp %>/page_cache/**/*"
95
93
]
@@ -110,6 +108,19 @@ var cleanOptions = {
110
108
]
111
109
}
112
110
]
111
+ } ,
112
+ "generation" : {
113
+ "force" : true ,
114
+ "files" : [
115
+ {
116
+ "force" : true ,
117
+ "dot" : true ,
118
+ "src" : [
119
+ "<%= path.generation %>code/**/*" ,
120
+ "<%= path.generation %>metadata/**/*"
121
+ ]
122
+ }
123
+ ]
113
124
}
114
125
} ;
115
126
Original file line number Diff line number Diff line change @@ -32,5 +32,6 @@ module.exports = {
32
32
whitelist : 'dev/tests/static/testsuite/Magento/Test/Js/_files/whitelist/' ,
33
33
blacklist : 'dev/tests/static/testsuite/Magento/Test/Js/_files/blacklist/' ,
34
34
tmp : 'validation-files.txt'
35
- }
35
+ } ,
36
+ generation : 'generated/'
36
37
} ;
You can’t perform that action at this time.
0 commit comments