0.1.18 • Published 10 years ago

grunt-lmd v0.1.18

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

grunt-lmd Build Status

Build LMD projects.

Migration from grunt 0.3 to 0.4

  • grunt-lmd >= 0.1.6 works with grunt 0.4
  • grunt-lmd <= 0.1.5 works with grunt 0.3

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-lmd

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-lmd');

See also lmd/examples

Overview

Inside your grunt.js file add a section named lmd. This section specifies LMD build configuration.

Parameters

options [object]

This controls how this task (and its helpers) operate and should contain key:value pairs, see options below.

projectRoot [string]

Relative path to the project root

build string

LMD build name

Options

For a full list of possible options, see LMD project documentation.

Config Example

lmd: {
  build_name: {
   projectRoot: 'test/',
   build: 'test'
  }
}
// project root is current
// with mixins
lmd: {
  build_name: 'test+ru'
}
0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago