Skip to content

grunt fails to package files for distribution #103

@gharris999

Description

@gharris999

An updated version of grunt can't cope with the Gruntfile.js, as written:

grunt
Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

Changing:
grunt.registerTask('package', ['copy:html']);
to:
grunt.registerTask('default', ['copy:html']);
Fixes this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions