Skip to content

Commit

Permalink
Fix #1094
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 committed May 12, 2016
1 parent 3c986f0 commit ceefa45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/logger.js
Expand Up @@ -143,6 +143,9 @@ module.exports.callbacks = {
logger.unprefixed("info",
messages.scriptTags(bs.options)
);
}

if (type === "snippet") {

logUrls(bs.options.get("urls").filter(function (value, key) {
return key.slice(0, 2) === "ui";
Expand Down

0 comments on commit ceefa45

Please sign in to comment.