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
Nice, sleek and intuitive. A grid control especially designed for bootstrap.
@@ -53,10 +53,45 @@ Instructions will follow soon!
53
53
54
54
I'm always happy to help answer your questions. The best way to get quick answers is to go to [stackoverflow.com](http://stackoverflow.com) and tag your questions always with **jquery-bootgrid**.
55
55
56
+
## Building
57
+
58
+
### Environment
59
+
60
+
jquery-bootgrid uses npm to install its own dependencies, and mono to build a NuGet package.
61
+
62
+
You should install both using your package manager. On macOS, this works as follows:
63
+
```
64
+
brew install npm
65
+
brew install mono
66
+
```
67
+
68
+
### Build dependencies
69
+
70
+
From the folder that jquery-bootgrid resides in, run:
71
+
```
72
+
npm install .
73
+
sudo npm install -g grunt
74
+
```
75
+
76
+
### Build jquery-bootgrid itself
77
+
```
78
+
grunt
79
+
```
80
+
81
+
If you are done with your modifications, you should increase the version number in boewer.json and package.json,
82
+
update the changelog, and then run:
83
+
```
84
+
grunt release
85
+
```
86
+
87
+
56
88
## Contributing
57
89
58
-
Instructions will follow soon!
90
+
No instructions yet.
59
91
60
92
## License
61
93
62
-
Copyright (c) 2014-2015 Rafael J. Staib Licensed under the [MIT license](https://github.com/rstaib/jquery-bootgrid/blob/master/LICENSE.txt).
0 commit comments