0.2.4 • Published 4 years ago

grunt-html-improved v0.2.4

Weekly downloads
3
License
-
Repository
github
Last release
4 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

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago