Created
April 14, 2017 13:08
-
-
Save johanneskoch/9a6c251d20d1d1fb0734d270f33664aa to your computer and use it in GitHub Desktop.
AWS Lambda & LibSass: Directory structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static/ | |
| ├── css/ | |
| │ ├── variation_1/ | |
| │ ├── variation_2/ | |
| │ │ ├── manifest.json | |
| │ │ └── project.css | |
| │ └── project.css | |
| └── sass/ | |
| ├── components/ | |
| ├── mixins/ | |
| └── project.sass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment