We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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