Skip to content

Instantly share code, notes, and snippets.

@ineentho
Created January 17, 2016 23:29
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 ineentho/43de7f27cc2a6e42277d to your computer and use it in GitHub Desktop.
Save ineentho/43de7f27cc2a6e42277d to your computer and use it in GitHub Desktop.
strucutre-old
├── common
│   ├── config.js
│   ├── jspm_packages
│   ├── lib
│   │   └── lib.js
│   └── package.json
├── site1
│   ├── index.html
│   └── src
│   └── script.js
└── site2
├── index.html
└── src
└── script.js
structure-new
├── common
│   └── lib
│   └── lib.js
├── config.js
├── jspm_packages
├── package.json
├── site1
│   ├── index.html
│   └── src
│   └── script.js
└── site2
├── index.html
└── src
└── script.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment