mecha-cms / mecha

Minimalist content management system.

Home Page:https://mecha-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compact `asset` Folder

taufik-nurrohman opened this issue · comments

Users should not be forced or advised to group files in folders with names such as the associated file extension.

Before

.\lot\layout\asset\
├── css\
│   └── index.css
├── js\
│   └── index.js
└── .htaccess

After

.\lot\layout\asset\
├── index.css
├── index.js
└── .htaccess