-
Notifications
You must be signed in to change notification settings - Fork 0
Project Tree
Dmitry Yakimov edited this page Apr 6, 2016
·
3 revisions
minimal:
simple
├── gulpfile.js
├── node_modules
├── package.json
├── source
│ └── index.html
└── temp
complex:
complex
├── bower.json
├── bower_components
├── build
├── configuration
│ ├── environment
│ ├── extensions
│ └── middleware
├── deploy
├── gulpfile.js
├── lib
│ └── gulp
├── node_modules
├── package.json
├── source
│ ├── data
│ ├── embeds
│ ├── helpers
│ ├── images
│ ├── javascripts
│ │ └── components
│ ├── layouts
│ ├── pages
│ │ ├── blog
│ │ ├── labs
│ │ └── www
│ ├── partials
│ │ └── components
│ ├── public
│ │ ├── humans.txt
│ │ └── robots.txt
│ └── stylesheets
│ ├── components
│ └── define
├── temp
└── vendor
├── data
├── helpers
├── images
├── javascripts
├── layouts
├── pages
├── partials
├── public
└── stylesheets