Skip to content

usebedrock/bedrock-mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedrock Mini

New version: now rewritten using the brand new Gulp 4 release. Faster & less code overhead.

A gulp workflow that does Pug, SCSS and Browsersync

One step up from Codepen - work in your local environment using the handiness of Pug for templating, SCSS with autoprefixing and BrowserSync.

  • Renders Gulp templates
  • Has Browsersync starting a local server
  • Compiles SCSS

Folder structure

  • js - your javascript
  • scss - your scss
  • src - your pug files
  • images - your images
  • dist - your generated website

If you need more power, a styleguide, better navigation between templates, consider Bedrock.

Instructions

Run npm install then gulp to start working.

Run gulp build to create a build.

Make sure browsersync is installed globally: npm install -g browser-sync.

Releases

No releases published

Packages

No packages published