sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 346 forks source link

Harp cannot render variables in _data.json if the folder has the same name with the ejs file #601

Closed oakland closed 4 years ago

oakland commented 7 years ago

_data.json: { "computer": { "productName":"computer", "briefIntro":"balabala..." } }

When visiting product/computer.html, the productName variable in _data.json cannot be rendered only if you change the computer folder name into computerPics or some other names.