Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 825 Bytes

File metadata and controls

36 lines (32 loc) · 825 Bytes

Structure

The repository has the following files and directories:

  • dist ( compilation dir, created after execute gulp )

  • src ( main files directory )

    • assets
      • fonts ( fonts files )
      • images
        • svg-icons ( svg icons to be compiled by grunticon )
      • javascripts
        • components ( all your js magic )
        • libs ( external libraries or vendors )
        • polyfills
      • scss
        • base ( base sass files, as Variables, Typography, ... )
        • components
        • fonts ( font face declarations )
        • utils ( sass mixins, functions and utilities )
      • data ( yaml files to be compiled as json )
      • markup
        • includes
        • modules ( available modules for pages )