我在文件夹中为这样的视图创建了文件夹: -
views - partials - controls - results
results
文件夹中有多个.html页面。
一切都在当地运作良好。但是当我做grunt serve:dist
时,我得到了错误: -
Failed to load resource: the server responded with a status of 404 (Not Found)
当我查看dist
文件夹时,没有为controls - results
创建文件夹。
我需要更改grunt.js
个文件以便创建此文件夹。