keystonejs/keystone-classic

Make less files not publicly available

Open

#1,639 建立於 2015年9月2日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (14,656 star) (2,288 fork)batch import
bughelp wanted

描述

Every file under /public/styles/ is available through http when keystone is running.

Since *.less files could be considered as a part of the source code, could we move them to another location, e.g. /templates/styles/ to protect them from being available publicly?

It may be a good idea to keep /public/ folder only for files that are required during runtime, and keep source files elsewhere.

貢獻者指南

Make less files not publicly available · keystonejs/keystone-classic#1639 | Good First Issue