Skip to content

Gulp-powered ready-to-go HTML/CSS dev environment with sass, nunjucks, postCSS and browsersync

Notifications You must be signed in to change notification settings

ShaggyDude/Toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern HTML/CSS coding environment

Use it as a start point for new HTML/CSS projects.

Features:

  • SASS => CSS compile and watch
  • nunjucks -> HTML compile and watch
  • sourcemaps!
  • live reload (browsersync)
  • notifications (gulp-notify)
  • postCSS:

Installation

npm install gulp-cli -g
npm install

For developing, type

gulp

For production build, type

gulp build --production...

About

Gulp-powered ready-to-go HTML/CSS dev environment with sass, nunjucks, postCSS and browsersync

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 18.4%
  • CSS 17.7%