File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1212Lastly ``` 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
You can’t perform that action at this time.
0 commit comments