Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 437 Bytes

Sassy Pug Starter

This is a starter designed to compile Pug and SCSS files into HTML and CSS within a dist folder, leveraging Gulp to automate and simplify the development workflow.

Features

  • Pug to HTML Compilation: Converts Pug templates into HTML files.
  • SCSS to CSS Compilation: Transforms SCSS stylesheets into minified CSS.
  • Live Reloading: Utilizes BrowserSync for live reloading of changes in the browser.