Skip to content

Instantly share code, notes, and snippets.

@lomadurov
Created June 26, 2015 13:23
Show Gist options
  • Save lomadurov/2d10335286fa4aaf594e to your computer and use it in GitHub Desktop.
Save lomadurov/2d10335286fa4aaf594e to your computer and use it in GitHub Desktop.
+---blocks
| | readme.md
| |
| \---menu
| index.less
| readme.md
|
+---modules
| | bootstrap.js
| | readme.md
| |
| +---core
| | crypto.js
| | i18n.js
| | index.js
| | log.js
| | readme.md
| | request.js
| | socket.js
| | template.js
| | util.js
| |
| +---document
| | index.js
| | index.less
| | readme.md
| |
| +---page-department
| | | i18n.json
| | | index.js
| | | index.less
| | | readme.md
| | |
| | +---images
| | | \---sprite
| | | add.png
| | | [email protected]
| | | add_hover_yes.png
| | | [email protected]
| | |
| | \---templates
| | index.html
| |
| +---page-document-card
| | | i18n.json
| | | index.js
| | | readme.md
| | |
| | +---images
| | | background.jpg
| | |
| | \---templates
| | index.html
| |
| +---page-document-list
| | | i18n.json
| | | index.js
| | | readme.md
| | |
| | \---templates
| | index.html
| |
| \---user
| index.js
| readme.md
|
\---style
animate.less
config.less
mixin.less
readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment