Skip to content

Commit a9e8db0

Browse files
author
Rafael Grigorian
committed
Updated gulp command names
1 parent 4192618 commit a9e8db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ All JetRails® modules use __Grunt__ as a build system. Grunt is a package that
2323

2424
| Task | Description |
2525
|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| `version` | Updates the version number in all __php__ and __xml__ files with the one defined in __package.json__. |
27-
| `release` | This command first runs __init__ and then __resolve__. It then compresses the source and dependencies and outputs the archive in __dist__. This command gets the repo ready for a git commit. |
26+
| `bump` | Updates the version number in all __php__ and __xml__ files with the one defined in __package.json__. |
27+
| `package` | This command first runs __init__ and then __resolve__. It then compresses the source and dependencies and outputs the archive in __dist__. This command gets the repo ready for a git commit. |
2828
| `deploy` | Will upload dependencies and source code to a staging server. Credentials to this server can be configured in the __package.json__ file under the _staging_ attribute. |
2929
| `watch` | Will watch the __src__ folder for any changes. Once a change occurs it will run the __deploy__ task. |
3030
| | The default task is aliased to run the __release__ task. |

0 commit comments

Comments
 (0)