Skip to content

Commit bba92a0

Browse files
committed
pdev:set
1 parent a1ad017 commit bba92a0

File tree

5 files changed

+29454
-28944
lines changed

5 files changed

+29454
-28944
lines changed

CONTRIBUTE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
1. Build the distribution files using:
4+
5+
```bash
6+
$ webpack
7+
```
8+
9+
This will write the suman.js distribution file to the dist directory, using the webpack.config.js file.
10+
11+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Instead of building all dependencies and subdependencies with Webpack, it's reco
66
import the pre-built suman.js file for front-end testing.
77

88
```html
9-
<script src="node_modules/suman-browser/suman.js"></script>
9+
<script src="node_modules/suman-browser/dist/suman.js"></script>
1010
```

0 commit comments

Comments
 (0)