Skip to content

Commit 00484ec

Browse files
committed
Update readme
1 parent cacecab commit 00484ec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# wdclib
22

3-
The shim_lib package is used to generate the WDC shim library which must be included by every web data connector. It works by using webpack to combine all of the various files in the package into a single bundle.js file as well as a minified version of that file.
3+
The wdclib package is used to generate the WDC shim library which must be included by every web data connector. It works by using webpack to combine all of the various files in the package into a single bundle.js file as well as a minified version of that file.
44

5-
!Please run all these commands from shim_lib folder, before running any of the following task, install required node packages by running "npm install"
5+
The repro uses git-flow to manage it's versions. The current version of the shim library is stored in package.json
6+
7+
!Please run all these commands from wdclib folder, before running any of the following task, install required node packages by running "npm install"
68

79
#### Usage:
810
Build unminified version of shim and copy to ./dist
@@ -15,7 +17,7 @@ Build minified version of shim and copy to ./dist
1517
npm run build_min
1618
```
1719

18-
Build both versions of shim, copy them to ../js with appropriate versions number and checkout/add in perforce:
20+
Build both versions of shim, copy them to ./versions with appropriate versions number:
1921
```sh
20-
npm run build_and_copy
22+
npm run make_version
2123
```

0 commit comments

Comments
 (0)