update theme-setup and project-setup script
This commit is contained in:
@@ -94,7 +94,7 @@ const setupProject = () => {
|
||||
},
|
||||
].forEach(toggleComment);
|
||||
|
||||
const folderList = ["layouts", "assets", "static"];
|
||||
const folderList = ["layouts", "assets", "static", "tailwind-plugin"];
|
||||
const folderName = getFolderName(rootFolder);
|
||||
const newFolderName = createNewFolder(
|
||||
path.join(rootFolder, "themes"),
|
||||
|
||||
@@ -97,6 +97,7 @@ const setupTheme = () => {
|
||||
"content",
|
||||
"i18n",
|
||||
"static",
|
||||
"tailwind-plugin",
|
||||
];
|
||||
|
||||
const folder = createNewFolder(rootFolder, "exampleSite");
|
||||
|
||||
Reference in New Issue
Block a user