Skip to content

Commit

Permalink
Merge pull request vuejs-templates#659 from johnathankent/master
Browse files Browse the repository at this point in the history
clarifying and updating a few paths in code examples (vuejs-templates#594)
  • Loading branch information
LinusBorg committed Apr 9, 2017
2 parents c1d9d2e + b84451b commit dd62a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ If you are building a purely-static app (one that is deployed separately from th
Let's take a look at the default `config/index.js`:

``` js
// config/index.js
var path = require('path')

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions docs/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ If you are not happy with the default linting rules, you have several options:
1. Overwrite individual rules in `.eslintrc.js`. For example, you can add the following rule to enforce semicolons instead of omitting them:

``` js
// .eslintrc.js
"semi": [2, "always"]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/static.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In comparison, files in `static/` are not processed by Webpack at all: they are
As an example, with the following default values:

``` js
// config.js
// config/index.js
module.exports = {
// ...
build: {
Expand Down

0 comments on commit dd62a5a

Please sign in to comment.