Rev 18248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18248 | Rev 18584 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | ## Migrate files from _packages/ to wims/ |
47 | ## Migrate files from _packages/ to wims/ |
48 | 48 | ||
49 | After each update, Grunt is handy to automatically compress js + css, and move each files at is wims destination. simply call "grunt" |
49 | After each update, Grunt is handy to automatically compress js + css, and move each files at is wims destination. simply call "grunt" |
50 | 50 | ||
51 | ```sh |
51 | ```sh |
- | 52 | # First, compile JSXGraph |
|
- | 53 | cd node_modules/jsxgraph |
|
- | 54 | npm install |
|
- | 55 | npm run buildCore |
|
- | 56 | # Then, do WIMS things |
|
- | 57 | cd ../.. |
|
52 | grunt |
58 | grunt |
53 | yarn run build |
59 | yarn run build |
54 | ``` |
60 | ``` |
55 | 61 | ||
56 | ## Test & Check |
62 | ## Test & Check |
Line 89... | Line 95... | ||
89 | ## Documentations |
95 | ## Documentations |
90 | 96 | ||
91 | * [Yarn docs](https://yarnpkg.com/docs) |
97 | * [Yarn docs](https://yarnpkg.com/docs) |
92 | * [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470) |
98 | * [Grunt HowTo (video fr)](http://www.grafikart.fr/tutoriels/grunt/grunt-introduction-470) |
93 | * [Grunt "getting started"](http://gruntjs.com/getting-started) |
99 | * [Grunt "getting started"](http://gruntjs.com/getting-started) |
- | 100 | ||
- | 101 | ## JSXGraph |
|
- | 102 | ||
- | 103 | ```sh |
|
- | 104 | cd node_modules/jsxgraph |
|
- | 105 | npm install |
|
- | 106 | npm run buildCore |
|
- | 107 | ``` |