hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.49k stars 4.86k forks source link

No extension files are rendered as empty #2307

Closed noraj closed 7 years ago

noraj commented 7 years ago

Environment Info

Node version(node -v)

v7.2.0

Plugin version(npm ls --depth 0)

hexo-site@0.0.0 /home/noraj/Dev/hexo_rawsec
├── hexo@3.2.2
├── hexo-deployer-git@0.2.0
├── hexo-generator-archive@0.1.4
├── hexo-generator-category@0.1.3
├── hexo-generator-feed@1.2.0
├── hexo-generator-index@0.2.0
├── hexo-generator-json-content@2.2.0
├── hexo-generator-tag@0.2.0
├── hexo-i18n@0.2.1
├── hexo-pagination@0.1.0
├── hexo-renderer-ejs@0.2.0
├── hexo-renderer-less@0.2.0
├── hexo-renderer-marked@0.2.11
├── hexo-renderer-sass@0.2.0
├── hexo-renderer-scss@1.0.2
├── hexo-renderer-stylus@0.3.1
├── hexo-server@0.2.0
└── hexo-tag-bootstrap@0.0.8

For BUG

NoahDragon commented 7 years ago

I couldn't reproduce the issue. Mine works fine.

noraj commented 7 years ago

It is still hapenning for me.

NoahDragon commented 7 years ago

Based on my understanding the file without extension couldn't be rendered, as the renderer needs the specific file extension.

noraj commented 7 years ago

@NoahDragon : yes but before they were left as is, just copied, and now they are nulled/voided.

NoahDragon commented 7 years ago

May I ask what OS are you using? If it is windows, it hides the known extension by default.

noraj commented 7 years ago

@NoahDragon : I use Manjaro (ArchLinux Based).

noraj commented 7 years ago

Seems I can't reproduce.