0.2.1 • Published 8 years ago

balm-light v0.2.1

Weekly downloads
11
License
-
Repository
github
Last release
8 years ago

BalmJS light

A flexible Front-End workflow for HTML,CSS,JS

Demo

Structure

project
├── dist
├─┬ src
│ ├─┬ css
│ │ └── main.css
│ ├── img
│ ├─┬ js
│ │ └── main.js
│ └── index.html
├── dotfile
├── gulpfile.js
├── package.json
└── ...

Installation & Setup

npm install --save-dev balm-light gulp

Configuration

// File: gulpfile.js

var balm = require('balm');

balm.config = {
  // your project config
};

balm.go();

Usage

# for development
$ gulp

# for production
$ gulp --production

License

© Elf-mousE

thx node&gulp&webpack