Skip to content

Commit 9bb3834

Browse files
committed
Development section was removed, readded
1 parent cd6fe67 commit 9bb3834

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,36 @@ Moreover, with more than 20+ custom field, you can swiftly build contact forms,
2121

2222
So weForms is an all-in-one form builder created with the global users in mind. Its minimalistic design is not only modern but also super fast and user-friendly. Everything works on a single page. Feel no delay – because your time is precious!
2323

24+
## Development ##
25+
26+
### Installing Dependencies ###
27+
Before you can use the development version of this plugin you must install the dependencies.
28+
29+
```
30+
npm install
31+
```
32+
33+
### Workflow ###
34+
Before editing or making changes check to make sure you are not editing any concatenated files. Check the Gruntfile.js in the concat: section for details. If you edit a concatenated file and run the build process any of your changes will be overwritten.
35+
36+
Once you have made the changes and are ready to test run the following command.
37+
38+
```
39+
grunt concat:(specified source)
40+
```
41+
42+
#### Minify JS ####
43+
If you want to test changes with SCRIPT_DEBUG set to false. You will need to make sure the scripts are minified.
44+
To minify Javascript for testing run the following command.
45+
46+
```
47+
grunt uglify:main
48+
```
49+
50+
### Build Process ###
51+
When you are ready to build for release or QA make sure all branchs are merge that will be in the release and follow:
52+
[Release Process https://github.com/BoldGrid/weforms/wiki/Release-Process]
53+
2454
### Quick Overview of weForms ###
2555
[youtube https://www.youtube.com/watch?v=4uYi0833Kjw]
2656

0 commit comments

Comments
 (0)