Skip to content

Commit

Permalink
Merge pull request #2322 from CxRes/patch-1
Browse files Browse the repository at this point in the history
Added warning that module names exist in URL space
  • Loading branch information
aluanhaddad authored Mar 8, 2018
2 parents 6f7f3f1 + ed4de6c commit 4a3134e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/production-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ There are three main workflows for production:

### Creating a Bundle

***Important**: The module names such as `app/main` used in the examples below should only be `/` separated (On Windows, do NOT use `\` as your path separator for this argument). The module names are specified in URL space; in particular, they are not file-paths.*

```
jspm bundle app/main build.js
```

Creates a file `build.js` containing `app/main` and all its dependencies referenced in config.js.
Creates a file `build.js` containing `app/main` and all its dependencies referenced in config.js. \

We can then load this with a script tag in the page:

Expand Down

0 comments on commit 4a3134e

Please sign in to comment.