xinchaobeta / static-build

a cli tool to bundle static web pages after slicing psd into html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install static-build -g

Usage

Usage: static-build [options]

Options:
  --dev       watch the changes and start a server for developing
  -s, --src   the source file directory                               [required]
  -d, --dist  the distination directory to be built into

Examples:
  static-build -s . -d ../dist  bundle current directory to ../dist directory
  static-build -s .             bundel current files in current directory to
                                default ./dist directory

Contribution Guide

# build for publish
make build

# run tests
make test

About

a cli tool to bundle static web pages after slicing psd into html


Languages

Language:JavaScript 89.0%Language:HTML 6.4%Language:Makefile 3.4%Language:CSS 1.2%