此刻,我正在建立一个新的wordpress网站,并且正在使用以下插件
Wordpress Multiple Theme Plugin
在我的网站上有2个主题。我想要一个前端和一个系统/仪表板后端。那很棒。
我正在使用grunt作为任务运行器进行开发,并且已经使用Browsersync,sass,babel等设置了grunt文件以同时查看前端和后端文件夹,所以我的文件夹结构如下所示:
wp-content/themes
|
| --- Front End Theme
| --- Back End Theme
| --- node_modules
| --- package.json
| --- gruntfile.js
但是因为wordpress可以看到node_modules文件夹,所以我目前在我的外观/主题页面上遇到以下wordpress错误
Broken Themes
The following themes are installed but incomplete.
Name Description
node_modules Stylesheet is missing.
有什么办法可以使wordpress忽略node_modules
文件夹,从而使我的错误消失?