1.3.0 • Published 8 years ago

fannypack-less v1.3.0

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

fannypack-less

Official Fannypack task for compiling LESS files

Installation

npm install fannypack-less --save-dev

Usage

// gulpfile.js

var Fannypack = require('fannypack')

require('fannypack-less')

Fannypack.Config.less = {
  // Config.root.src + 'src' dir
  src: 'less',
  // Config.root.src + 'dest' dir
  dest: 'assets/css',
  // Auto-run this task in dev mode?
  watchTask: true,
  codeTask: true,
  // Any options to pass into gulp-less()
  options: {}.
  // File extensions to watch
  extensions: ['less']
}

Fannypack.init()
1.3.0

8 years ago

1.0.3

8 years ago

1.0.0

9 years ago