Skip to content

agreement/bedrock-mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedrock Mini

A gulp workflow that does Jade, SCSS w/ autoprefixing, browsersync

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

  • Renders Jade templates
  • Has Browsersync starting a local server
  • Compiles SCSS
  • Already has references to jQuery and jQuery UI in place, and a script tag to begin your JS

Folder structure

  • js - your javascript
  • scss - your scss
  • src - your jade 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.

About

A mini HTML prototyping setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • HTML 37.0%
  • CSS 0.6%