2.0.1 • Published 8 years ago

grunt-frontnote v2.0.1

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

grunt-frontnote

StyleGuide Generator FrontNote Plugin for Grunt.

Getting Started

This plugin requires

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins.

Once you're familiar with that process, you may install this plugin with this command:

grunt.loadNpmTasks('grunt-frontnote');

The "frontNote" task

Overview

In your project's Gruntfile, add a section named frontNote to the data object passed into grunt.initConfig().

grunt.initConfig({
  frontNote: {
    options: {
      // Task-specific options go here.
    },
    your_target: {
      files: [
        // Target files path.
      ]
      // Target-specific file lists and/or options go here.
    },
  },
});

Options

Options supported by frontnote

Usage Examples

frontNote: {
    options: {
        out: './doc',
        template: './my-template',
        overview: './overview.md',
        includePath: 'assets/**/*'
    },
    dev: {
        options: {
        },
        files: [
            '/path/to/**/*.css',
            '/path/to/**/*.sass',
            '/path/to/**/*.less'
        ]
    }
}
2.0.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.1

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.1.0

10 years ago