Skip to content

Commit

Permalink
Add hyperlink to an error page explaining how to deal with the networ…
Browse files Browse the repository at this point in the history
…k path build error.
  • Loading branch information
jrburke committed Sep 29, 2011
1 parent 10e2844 commit 96c7b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/jslib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ function (lang, logger, file, parse, optimize, pragma,
throw new Error('Path is not supported: ' + path +
'\nOptimizer can only handle' +
' local paths. Download the locally if necessary' +
' and update the config to use a local path.');
' and update the config to use a local path.\n' +
'http://requirejs.org/docs/errors.html#pathnotsupported');
}
}

Expand Down

0 comments on commit 96c7b67

Please sign in to comment.