Directory Guide



    【强制】 所有资源类型必须按以下目录放置;

    完整目录

    • 当该项目为中大型项目或长期维护项目时,请手动添加README.md填写相关文档,;
    • 当该项目有需要使用web字体时时,请手动添加font目录放置字体文件,如有多个字体,请分开文件夹存放;
    • 当该项目有需要使用flash文件时,请手动添加swf目录放置flash文件;
    1. |
    2. |-- css/ # all generated CSS
    3. | |-- global.sss # the global stylesheet
    4. | ...
    5. |
    6. |-- img/ # all images
    7. | |-- bg-body.jpg # body background
    8. | ...
    9. |
    10. |-- js/ # all javascript files
    11. | |-- vendor # third-party plugins
    12. | |-- modernizr-2.8.3.min.js
    13. | |-- ...
    14. |
    15. |-- sass/ # all SASS files
    16. | |-- global.scss # the global SASS
    17. | |-- _slice.scss # automatic img to css
    18. | |-- base # the base SASS
    19. | |-- _base.scss
    20. | |-- _mixins.scss
    21. | |-- _normalize.scss
    22. | |-- lego # the LEGO UI SASS
    23. | |-- _lego.scss
    24. | |-- _ui-box.scss
    25. | |-- _ui-tab.scss
    26. | |-- biz1 # the business SASS
    27. | |-- biz2 # the business SASS
    28. | |-- ...
    29. |
    30. |-- font/ # all web fonts
    31. | ...
    32. |
    33. |-- swf/ # the flash files
    34. | |-- logo-duowan.swf
    35. | |-- ...
    36. |
    37. |-- tpl/ # the templates
    38. | |-- ...
    39. |
    40. `-- README.md # the project document