Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
skip synthetic yui modules
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfish committed Dec 4, 2012
1 parent e716cc5 commit f743b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/commands/gv.js
Expand Up @@ -317,7 +317,7 @@ function parseResources(graph, ress, options) {
for (r = 0; r < ress.length; r += 1) {
res = ress[r];

if (!res.yui || !res.yui.name) {
if (!res.yui || !res.yui.name || !res.yui.meta) {
continue;
}
if ('yui-lang' === res.type && !options.lang) {
Expand Down

0 comments on commit f743b2a

Please sign in to comment.