3.3.1 • Published 2 years ago

light-scripts v3.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Light scripts

Build scripts for Lighting Beetle* light framework.

Table of Contents

Prerequisites

node.js >= 6.9.0

Install

npm install light-scripts --save-dev

or

yarn add light-scripts --dev

Features

Usage

Config

Add light.config.js file to light project root. Format of config file should look like this:

module.exports = (defaultPaths, defaultConfig, flags) => ({
  paths: {},
  config: {},
});

Via config file, default configuration can be customized if necessary.

If custom configuration is not needed, light.config.js can be omitted.

Tasks

Tasks should be run in main project folder, which depends on light-scripts.

Main gulp tasks:

  • Project serving with live-reload:
gulp serve
  • Project build:
gulp serve
  • Other tasks:
gulp -T

License

MIT