File Structure

Modular grouping to work intuitively

Within your Sparrow you’ll find the following directories and files, grouping common resources and providing both compiled, transpiled and minified distribution files, as well as raw source files.

sparrow-v2.1.1/

    ├── Gulp/
    |   ├── build.gulp.js
    |   ├── clean.gulp.js
    |   ├── link.gulp.js
    |   ├── product.gulp.js
    |   ├── pug.gulp.js
    |   ├── script.gulp.js
    |   ├── vendor.gulp.js
    |   ├── w3c.gulp.js
    |   ├── watch.gulp.js     
    ├── public/
    |   ├── assets/
    |   ├── components/
    |   ├── documentation/
    |   ├── pages/
    |   ├── vendors/
    |   ├── index.html
    ├── src/
    |   ├── js/
    |   ├── pug/
    |   ├── scss/
    gulpfile.js
    package-lock.json
    package.json
    vendors.json