You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# wdclib
2
2
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.
4
4
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"
6
8
7
9
#### Usage:
8
10
Build unminified version of shim and copy to ./dist
@@ -15,7 +17,7 @@ Build minified version of shim and copy to ./dist
15
17
npm run build_min
16
18
```
17
19
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:
0 commit comments