Subversion Repositories wimsdev

Rev

Rev 15332 | Rev 16497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15332 Rev 16493
Line 7... Line 7...
7
## Install Yarn :
7
## Install Yarn :
8
*  See here : [install Yarn](https://yarnpkg.com)
8
*  See here : [install Yarn](https://yarnpkg.com)
9
    brew install yarn
9
    brew install yarn
10
 
10
 
11
## Install Grunt :
11
## Install Grunt :
12
    yarn update
12
    yarn upgrade
13
    yarn install -g grunt-cli
13
    yarn global add grunt-cli
14
 
14
 
15
 
15
 
16
# Manage Packages
16
# Manage Packages
17
-----------------------
17
-----------------------
18
 
18