grunt-livingdocs-design

1.0.0 • Public • Published

grunt-livingdocs-design

This project contains the official designs processor for the project Livingdocs found under the following url: https://github.com/livingdocsIO/livingdocs-engine It defines a grunt task for easily creating a design template.

Technical Setup

  1. Install node.js and npm (http://nodejs.org/)
  2. Install grunt using npm install -g grunt-cli
  3. Install this grunt module in your design project npm install --save grunt-livingdocs-design
  4. Complement your Gruntfile with the configuration for this module.

Configuration Options

grunt.initConfig

  lddesign:
    development:
      options:
        templatesDirectory: 'components'
        configurationElement: 'script[type=ld-conf]'
        minify:
          collapseWhitespace: true
          removeComments: true
          removeCommentsFromCDATA: true
          removeCDATASectionsFromCDATA: true
      files: [
        expand: true
        cwd: './'
        src: ['source']
        dest: '.tmp/'
      ]

/grunt-livingdocs-design/

    Package Sidebar

    Install

    npm i grunt-livingdocs-design

    Weekly Downloads

    1

    Version

    1.0.0

    License

    LGPL3

    Unpacked Size

    10.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • peyerluk
    • marcbachmann
    • livingdocs-bot