Skip to content

Instantly share code, notes, and snippets.

@Mehuge
Last active August 26, 2015 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mehuge/f3fff8c609f01ab6cbc7 to your computer and use it in GitHub Desktop.
Save Mehuge/f3fff8c609f01ab6cbc7 to your computer and use it in GitHub Desktop.
lib/cu-components/cu-components.bundle.js
lib/cu-components/cu-components.css
lib/cu-components/unitframe/unitframe.bundle.js
lib/cu-components/skillbar/skillbar.bundle.js
/* Code */
lib/components/UnitFrame/UnitFrame.js
lib/components/UnitFrame/Name.js /* self contained sub component */
lib/components/UnitFrame/Portrait/Portrait.js /* Sub componet with its own sub components */
lib/components/UnitFrame/Portrait/Badge.js /* self contains sub-sub component */
/* styles (css, scss whatever) */
lib/styles/UnitFrame/UnitFrame.css
lib/styles/UnitFrame/Character/Character.css
lib/styles/UnitFrame/Character/Portrait.css
/* Images */
lib/images/UnitFrame/bg.png
lib/images/UnitFrame/Character/bg.png
lib/images/UnitFrame/Character/Portraits/strm.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment