Skip to content

Commit 29cab7e

Browse files
author
JelteMX
committed
Update README for 'grunt version'
1 parent b555743 commit 29cab7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This generator uses the Yeoman scaffolding tool to let you quickly create a [Men
1010

1111
### Prerequisites
1212

13-
First, you need to have NodeJs installed. After that, you need to install Yeoman and the generator:
13+
First, you need to have NodeJs installed. After that, you need to install Yeoman, Mendix Widget generator and Grunt:
1414

1515
```bash
1616
npm install -g yo generator-mendix grunt-cli
@@ -52,6 +52,10 @@ This will try to open the Modeler using the included test-project. (Older versio
5252

5353
This watches for changes in your ``src`` folder. When a file is changed, it copies the change to the deployment-folder (so you do not have to restart your project when changing files **(with the exception of ``.xml`` files)**). It also automatically creates a ``.mpk`` file in your ``/dist`` and ``test/widgets`` folder.
5454

55+
* ``grunt version``
56+
57+
This will let you set the version of your widget, the ``package.xml``, without editing it yourself.
58+
5559
* ``grunt build``
5660

5761
Cleans old ``.mpk`` files and creates a new one in your ``/dist`` and ``test/widgets`` folder

0 commit comments

Comments
 (0)