Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 897 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 897 Bytes

#Boilerplate It's easy Gulp + Pug + SASS Smartgrid boilerplate

##Quick start

  • Install dev-dependencies npm i
  • Launch gulp to run watchers, server and compilers
  • Launch gulp build to minify files for production
  • Launch gulp webp to convert .png files to .webp

##Directory Layout

interact                    # Project root
├── /app/                   # Compiled files for developing (Скомпилированные файлы для разработки)
├── /build/                 # Minified files for production (Минифицированные файлы для продакшна)
├── package.json            # Dependencies for node.js
├── gulpfile.js             # gulp.js config
├── helpers.sass            # helpers.sass config
├── smartgrid.js            # smartgrid.js config
├── README.md               # File you read