Web-Developer's Project Template Directory

后端 未结 11 1261
予麋鹿
予麋鹿 2021-01-30 03:18

IMPORTANT: The accepted answer was accepted post-bounty, not necessarily because I felt it was the best answer.


I find myself doing things over an

11条回答
  •  情歌与酒
    2021-01-30 04:12

    I have a similar structure and naming convention but for CSS, I use BluePrint which I find is more extensible. Also prefer jQuery having recently switched from prototype. In addition I have a common.js file that is an extension with custom functions for jQuery.

    A /db/ folder with .sql files containing schema definitions. A /lib/ folder for common middle-tier libraries.

    I will also have a /src/ folder which will sometimes have raw files such as Photoshop templates, readme's, todo lists etc.

提交回复
热议问题