0.3.1 • Published 9 years ago

broccoli-more v0.3.1

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

broccoli-more

LESS integration for Broccoli.

Main difference from other LESS integration plugins is that it tracks dependencies and recompiles the file when a dependency changes too. (Uses broccoli-dep-filter)

Usage

less(input_tree, less_options), where less_options are passed directly to the LESS compiler.

var less = require("broccoli-more");

module.exports = less("test", {
  paths: ["test/imports"]
});

Copying

MIT License.

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

10 years ago

0.1.0

10 years ago