Skip to content

Commit 14a8893

Browse files
author
Edward Xiao
authored
Update CONTRIBUTING.md
1 parent a8cb03e commit 14a8893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**A**: ```npm run dev```
33

44
### Q: How to compile the ultimate files?
5-
**A**: ```npm run compile```
5+
**A**: ```npm run compile```, and the files will be locating in ```/lib``` folder.
66

77

88
### Q: What is the difference between ```umd_local```, ```umd_global``` and ```umd_global_min``` in the script of ```package.json```?
@@ -11,7 +11,7 @@ while ```umd_global``` gives ```window.Textbox = Textbox``` if ```window``` exis
1111

1212
Lastly ```umd_global_min``` minifies the assets and generates ```react-inputs-validation.min.js``` and ```react-inputs-validation.min.css```
1313

14-
They ruled by ```umd.local.config.js``` and ```umd.global.config.js```, which located in ```/src/webpack/```
14+
They ruled by ```umd.local.config.js``` and ```umd.global.config.js```, which located in ```/src/webpack/``` folder.
1515

1616
### Q: What does ```build_gh_page``` do?
1717
**A**: Just for building the gh page

0 commit comments

Comments
 (0)