Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

gulp-bem/gulp-bem-bundler-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-bem-example-bundles

DEPRECATED repository, moved to mono repository gulp-bem

Install

$ npm install --save-dev gulp-bem-example-bundles

Usage

//TODO Write about usage

Development

Run tests

Run tests with Mocha:

npm test

Run tests with code coverage calculation Istanbul:

npm run coverage

Run code versification tools

Run eslint linter:

npm run lint