Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
使用 ssi 將所有shtml檔案處理成html並輸出至out資料夾
輸出位置可從 build.js 的
outDir
變數設定排除inc資料夾內的shtml生成,因為那些是要引入其他shtml用的,並不能獨立生成
排除node_modules資料夾,因為他並不應該是網站的一部份
將部分檔案內include的目標改成shtml,這樣才能成功處理