Comcast / Comcast/Speed-testJS

grunt fails to package files for distribution

Open
#103 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
91
Forks
51
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.