Subversion Repositories wimsdev

Rev

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

Rev 16493 Rev 16497
Line 21... Line 21...
21
 
21
 
22
## Update Javascripts plugins:
22
## Update Javascripts plugins:
23
    yarn upgrade
23
    yarn upgrade
24
*nb : After each jquery-ui update, look at these URL:*
24
*nb : After each jquery-ui update, look at these URL:*
25
 
25
 
26
* 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/?cmd=new&module=home&search_keywords=oef&search_category=A&search_lang=fr#searchform)
27
* Menu : [H6/algebra/docnatural.fr](http://localhost/wims/wims.cgi?module=H6/algebra/docnatural.fr)
27
* Menu : [H6/algebra/docnatural.fr](http://localhost/wims/?module=H6/algebra/docnatural.fr)
28
 
28
 
29
 
29
 
30
# Download new Package(s)
30
# Download new Package(s)
31
-------------------------
31
-------------------------
32
    yarn add <package>
32
    yarn add <package>
Line 35... Line 35...
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
    yarn run build
39
    yarn run build
-
 
40
 
-
 
41
# Cleaning
-
 
42
----------
-
 
43
    yarn cache clean
-
 
44
    yarn autoclean --force
-
 
45
 
40
 
46
 
41
#  Documentations
47
#  Documentations
42
-----------------
48
-----------------
43
* [Yarn docs](https://yarnpkg.com/docs)
49
* [Yarn docs](https://yarnpkg.com/docs)
44
* [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470)
50
* [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470)