Subversion Repositories wimsdev

Rev

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

Rev 13570 Rev 13728
Line 11... Line 11...
11
## Install Grunt :
11
## Install Grunt :
12
    npm update
12
    npm update
13
    npm install -g grunt-cli
13
    npm install -g grunt-cli
14
 
14
 
15
 
15
 
16
# Upgrade package manager
-
 
17
-------------------------
-
 
18
from `_packages` directory :
-
 
19
 
-
 
20
    yarn update
-
 
21
 
-
 
22
 
-
 
23
# Manage Bower Packages
16
# Manage Packages
24
-----------------------
17
-----------------------
25
 
18
 
26
## Audit each dependency if there is a known issue to fix :
19
## Audit each dependency if there is a known issue to fix:
27
    yarn audit
20
    yarn audit
28
 
21
 
29
## Update Javascripts plugins via Bower :
22
## Update Javascripts plugins:
30
    yarn upgrade
23
    yarn upgrade
31
*nb : After each jquery-ui update, look at these URL :*
24
*nb : After each jquery-ui update, look at these URL:*
32
 
25
 
33
* Tabs : [searchform](http://localhost/wims/wims.cgi?cmd=new&module=home&search_keywords=oef&search_category=A&search_lang=fr#searchform)
26
* Tabs : [searchform](http://localhost/wims/wims.cgi?cmd=new&module=home&search_keywords=oef&search_category=A&search_lang=fr#searchform)
34
* Menu : [H6/algebra/docnatural.fr](http://localhost/wims/wims.cgi?module=H6/algebra/docnatural.fr)
27
* Menu : [H6/algebra/docnatural.fr](http://localhost/wims/wims.cgi?module=H6/algebra/docnatural.fr)
35
 
28
 
36
 
29
 
Line 41... Line 34...
41
 
34
 
42
# Migrate files from _packages/ to wims/
35
# Migrate files from _packages/ to wims/
43
  #  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"
44
 
37
 
45
    grunt
38
    grunt
-
 
39
    npm run build
46
 
40
 
47
#  Documentations
41
#  Documentations
48
-----------------
42
-----------------
49
* [Yarn docs](https://yarnpkg.com/docs)
43
* [Yarn docs](https://yarnpkg.com/docs)
50
* [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)