We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2345a commit 5f6b7ffCopy full SHA for 5f6b7ff
gulpfile.js
@@ -422,7 +422,7 @@ var webserver = require('gulp-webserver');
422
gulp.task('docs/bower', function() {
423
var bowerTask = bower.commands.install(undefined, undefined, { cwd: 'docs' });
424
bowerTask.on('log', function (result) {
425
- console.log('bower:', result.id, result.data.endpoint.name);
+ console.log('bower:', result.id, result.data);
426
});
427
bowerTask.on('error', function(error) {
428
console.log(error);
0 commit comments