Subversion Repositories wimsdev

Rev

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

Rev 13728 Rev 15332
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
    npm update
12
    yarn update
13
    npm install -g grunt-cli
13
    yarn install -g grunt-cli
14
 
14
 
15
 
15
 
16
# Manage Packages
16
# Manage Packages
17
-----------------------
17
-----------------------
18
 
18
 
Line 34... Line 34...
34
 
34
 
35
# Migrate files from _packages/ to wims/
35
# Migrate files from _packages/ to wims/
36
  #  After each update, Grunt is handy to automatically compress js + css, and move each files at is wims destination. simply call "grunt"
36
  #  After each update, Grunt is handy to automatically compress js + css, and move each files at is wims destination. simply call "grunt"
37
 
37
 
38
    grunt
38
    grunt
39
    npm run build
39
    yarn run build
40
 
40
 
41
#  Documentations
41
#  Documentations
42
-----------------
42
-----------------
43
* [Yarn docs](https://yarnpkg.com/docs)
43
* [Yarn docs](https://yarnpkg.com/docs)
44
* [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470)
44
* [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470)