0.2.4 • Published 6 years ago

grunt-html-improved v0.2.4

Weekly downloads
3
License
-
Repository
github
Last release
6 years ago

grunt-html-improved npm package

Grunt plugin for html-improved

Sample Project

html-improved-sample

htmlImproved task

Run this task with the grunt htmlImproved command.

Task targets, files and options may be specified according to the grunt Configuring tasks guide.

Options

defaultVars

Type: Object|Function

Sets the variables passed to Html Improved during template compilation. Any data can be passed to the template.

options: {
    defaultVars: {
        package: require('./package.json'),
        project: require('./project.json'),
        otherVar: 'value'
    }
}

This value also might be a function.

options: {
    defaultVars: function() {
        return {
            package: require('./package.json'),
            project: require('./project.json'),
            otherVar: 'value'
        };
    }
}
0.2.4

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago