Skip to content

A workflow to build simple HTML projects with Gulp and Bower

Notifications You must be signed in to change notification settings

rollincode/HTML-CSS-Workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow whith Gulp and Bower

It's my personal workflow to build simple HTML/CSS projects. This boilerplate use Bootstrap-Sass and Font Awesome.

Features

  • Images optimisation
  • Sass compilation
  • CSS autoprefix
  • CSS and JS minification
  • Remove unused CSS rules
  • Generate sourcemap files
  • Livrereload

How to use it

### Install

npm install bower install

Main tasks

  • build Compile sass, prefix css and copy all necessary file to dist folder.
  • build:optimized Compile sass, prefix css, remove unused css class, minimify css and js and copy all necessary file to dist folder.
  • watch Launch livereload

To run a task :

gulp task_name

Various

To use livereload, you shoud install a browser plugin : [https://github.com/vohof/gulp-livereload]

Add front-dependencies

e.g. :

bower install --save font-awesome

About

A workflow to build simple HTML projects with Gulp and Bower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published