Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.14 KB

readme.md

File metadata and controls

59 lines (43 loc) · 1.14 KB

static test

This is description

How to install

Prerequisites:

Installation process:

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Run bower install to install front-end dependencies

Usage

For project development with livereload run:

gulp serve

To build project run: (Result will be in dist/ folder.)

gulp build [--force]

To serve built project run:

gulp serve:dist

Gulp help:

gulp help

Built-in features

  • CSS autoprefixing
  • Webserver with liverelaod
  • Jade compilation
  • Sass compilation
  • CSS/JS concating and minification
  • JS linting
  • Automatic wiring up Bower components
  • Image optimaliztion
  • Lean Modernizr builds
  • Improved file caching
  • Deploying via rsync/sftp

Project structure was generated by generator-lb using version 2.3.2.

Lighting Beetle