daverome / gulp-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-starter

Gulp static site starter

Dependencies

Installation

Once you've cloned the repo, run the following commands from the terminal:

  • npm install
  • bower install

Tasks

Task Description
gulp start a static web server & watch files for changes
gulp templates compile swig templates to html
gulp sass compile sass files to css
gulp javascript concat and uglify js files
gulp imagemin optimize images

About

License:MIT License


Languages

Language:CSS 77.0%Language:JavaScript 12.3%Language:HTML 10.7%