Skip to content

Instantly share code, notes, and snippets.

@mtmzorro
Last active August 29, 2015 14:06
Show Gist options
  • Save mtmzorro/9240275e4464740d83b4 to your computer and use it in GitHub Desktop.
Save mtmzorro/9240275e4464740d83b4 to your computer and use it in GitHub Desktop.
.
├── README.md //项目文件说明
├── css
│   ├── i   // UI层所用图片
│   │   └── x-ele.png
│   │   └── slice  //使用cssgaga所用文件夹待拼图 如果不用请忽略
│   │       └── menu_1.png
│   ├── sprite  //使用cssgaga所用文件夹生成文件 如果不用请忽略
│   │   └── menu.png
│   ├── src  //预编译语言源码
│       ├── _lib.sass  //不被编译生成的文件
│       ├── index.sass
│       └── other.sass
│   ├── index.css
│   └── other.css
├── doc  //项目文档等
├── html  //项目HTMLdemo
├── images //项目demo所用图片 运营图等
└── js //项目javascript文件
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment