GitHub - martinusdev/light-scripts: Build scripts for Lighting Beetle* light framework

Build scripts for Lighting Beetle* light framework.

Table of Contents

Prerequisites

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:
  • Project build:
  • Other tasks:

License

MIT