Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 590 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 590 Bytes

flo_starter WordPress theme

Install dependencies

  • yarn

Gulp tasks

  • watch
    • watches for changes in scss/ and runs gulp sass automatically
    • gulp defaults to gulp watch
  • serve
    • opens a Browser-sync node server for local and external testing
    • watches for file changes
    • modify proxy to correct URL
  • vendorsass
    • run to compile vendor SCSS files
    • for example bootstrap.scss
  • images
    • simply optimizes theme images
  • php
    • runs PHPCS on theme PHP files
    • modify standard option to match ruleset file or use a built-in standard