@@ -164,7 +164,18 @@ xlsxFile("../../../../OneDrive/Documents/Patterns.xlsm", { sheet: "Patterns" }).
164
164
} ) ;
165
165
writeStream . end ( ) ;
166
166
167
- let sitePath = [ "features" , "downloads" , "changelog" , "privacy-policy" ] ;
167
+ let sitePath = [
168
+ "features" ,
169
+ "downloads" ,
170
+ "changelog" ,
171
+ "privacy-policy" ,
172
+ "pattern-accessories" ,
173
+ "pattern-home-living" ,
174
+ "pattern-phone-cases" ,
175
+ "pattern-stationery-office" ,
176
+ "pattern-stickers-skins" ,
177
+ "pattern-wall-art" ,
178
+ ] ;
168
179
169
180
// sitemap.xml
170
181
writeStream = fs . createWriteStream ( language . path + "static/sitemap.xml" ) ;
@@ -230,6 +241,12 @@ xlsxFile("../../../../OneDrive/Documents/Patterns.xlsm", { sheet: "Patterns" }).
230
241
"index.json.js" ,
231
242
// "index.svelte", -- Don't copy this - have to change the language
232
243
"privacy-policy.svelte" ,
244
+ "pattern-accessories.svelte" ,
245
+ "pattern-home-living.svelte" ,
246
+ "pattern-phone-cases.svelte" ,
247
+ "pattern-stationery-office.svelte" ,
248
+ "pattern-stickers-skins.svelte" ,
249
+ "pattern-wall-art.svelte" ,
233
250
] ;
234
251
235
252
routesFiles . forEach ( ( filename ) => {
@@ -238,6 +255,7 @@ xlsxFile("../../../../OneDrive/Documents/Patterns.xlsm", { sheet: "Patterns" }).
238
255
239
256
copyFile ( "../src/css/" + globalCSS , language . path + "static/" + globalCSS ) ;
240
257
copyFile ( "../src/css/" + pickrCSS , language . path + "static/" + pickrCSS ) ;
258
+ copyFile ( "../src/server.js" , language . path + "src/server.js" ) ;
241
259
242
260
function copyFile ( source , dest ) {
243
261
fs . copyFile ( source , dest , ( err ) => {
0 commit comments