Comcast / Comcast/Speed-testJS
grunt fails to package files for distribution
Open
- 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
Assessment
This issue has not been assessed yet.