Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b95750b

Browse filesBrowse files
SamHerbertyyx990803
authored andcommitted
Update production.md (vuejs#373)
"setup described in the Vue.js guide" was linking to v1 docs and 404ing. Updated to link to correct v2.0 docs
1 parent 8f9dff5 commit b95750b
Copy full SHA for b95750b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/en/workflow/production.md

Copy file name to clipboardExpand all lines: docs/en/workflow/production.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There are two things to do when building our bundle for production:
44

55
1. Minify our application code;
6-
2. Use the [setup described in the Vue.js guide](http://vuejs.org/guide/application.html#Deploying_for_Production) to strip all the warnings from Vue.js source code.
6+
2. Use the [setup described in the Vue.js guide](http://vuejs.org/guide/single-file-components.html#Deploying-for-Production) to strip all the warnings from Vue.js source code.
77

88
Here's an example config:
99

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.