Skip to content

Add support for dynamic files property #6

Open
@xiaoxiachen

Description

@xiaoxiachen

http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically

Running "pleeease:other" (pleeease) task
[D] Task source: /node_modules/grunt-pleeease/tasks/pleeease.js
Verifying property pleeease.other exists in config...OK
Warning: Object true has no method 'indexOf' Use --force to continue.

while using

files: {
      expand: true,
      cwd: 'public/stylesheets/',
      src: ['*.css'],
      ext: '.max.css',
      dest: 'target/files/stylesheets/'
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions