1.0.0 • Published 3 years ago

grunt-livingdocs-design v1.0.0

Weekly downloads
31
License
LGPL3
Repository
github
Last release
3 years ago

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/'
      ]
1.0.0

3 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago