Skip to content

ralphbert/hue-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hue-workflow

A very basic gulp workflow.

Checkout branch Webpack for a workflow with Webpack, SCSS and more.

Features:

  • Uglifying JS
  • Minifying CSS
  • Auto reload server

Installation

Run npm install

Usage

Put any files in the corresponding directories. HTML files go into the templates dir.

gulp runs all tasks without starting the server.

gulp dev runs all tasks and starts the reload server.