diff options
| author | Ken Sheedlo | 2013-07-12 17:42:27 -0700 |
|---|---|---|
| committer | Ken Sheedlo | 2013-07-24 10:42:20 -0700 |
| commit | 4a7b6a4555a76b19dd217171fc0ddce6707bca95 (patch) | |
| tree | 4646989291c1be2116c1e59c006f1208cb76c16a /lib/grunt | |
| parent | dca23173e25a32cb740245ca7f7b01a84805f43f (diff) | |
| download | angular.js-4a7b6a4555a76b19dd217171fc0ddce6707bca95.tar.bz2 | |
docs(minErr): Build minErr doc site
Diffstat (limited to 'lib/grunt')
| -rw-r--r-- | lib/grunt/utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 964c0317..c5ca4d23 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -154,7 +154,7 @@ module.exports = { '--language_in ECMASCRIPT5_STRICT ' + '--minerr_pass ' + '--minerr_errors ' + errorFileName + ' ' + - '--minerr_url http://docs.angularjs.org/minerr/ ' + + '--minerr_url http://errors.angularjs.org/ ' + '--source_map_format=V3 ' + '--create_source_map ' + mapFile + ' ' + '--js ' + file + ' ' + @@ -233,7 +233,7 @@ module.exports = { //rewrite connect middleware rewrite: function(){ return function(req, res, next){ - var REWRITE = /\/(guide|api|cookbook|misc|tutorial).*$/, + var REWRITE = /\/(guide|api|cookbook|misc|tutorial|error).*$/, IGNORED = /(\.(css|js|png|jpg)$|partials\/.*\.html$)/, match; |
