1.7.0 • Published 12 years ago

lofty v1.7.0

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

Lofty

Lofty (named after the character from Bob The Builder) is a build script for WordPress plugins created using the Lava framework.

Features

  • Compiles, concatenates and minifies coffeescript
  • Compiles, concatenates and minifies LESS
  • Namespaces LAVA_ classes
  • Plugin header creation (requires flag)

Installation

$ npm install -g lofty

Configuration file

Lofty uses a configuration file (lofty.yml)

name: Blank Plugin
version: 1.0
description: Blank Plugin - update configuration in lava.yaml
url: http://www.google.com
author: Daniel Chatfield
author_url: http://www.volcanicpixels.com
license: GPLv2
class_namespace: Volcanic_Pixels_Blank_Plugin    

Building

This creates a development build (no minifying) and puts it in the build directory.

$ lofty build

Distribution builds

When you are ready to distribute this will create a copy in the dist folder.

$ lofty build-dist
1.7.0

12 years ago

1.6.0

12 years ago

1.3.0

12 years ago

1.2.3

12 years ago

1.1.3

12 years ago

1.1.1

12 years ago

1.1.0

12 years ago

1.0.4

12 years ago

1.0.0

12 years ago