Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

vitaliiburlaka/gulp-starter-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥤Gulp Starter Sandbox

Gulp powered Sandbox.

Getting started

  1. Download and install Node.js for your OS.
  2. Install Gulp CLI globally on your machine from the command-line: npm install -g gulp-cli
git clone http://github.com/vitaliiburlaka/gulp-starter-sandbox.git
cd gulp-starter-sandbox
npm install

Available Tasks

Local Dev server

npm start

Development build

Will generate processed files (with the source maps) to the "./dist" directory

npm run build:dev

Production build

Will generate optimized files (without the source maps) to the ./dist directory

npm run build

Features

  • Syles (Sass/SCSS) pre-processing, autoprefixing and minification
  • Scripts and npm dependencies (JavaScript) linting, concatenation and uglifying
  • Images compression and optimization
  • File watching and live-reloading server with BrowserSync

Releases

No releases published

Packages

No packages published