Rev 13570 | Rev 13577 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13570 | Rev 13572 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | 27 | ||
28 | /* Concatene et minifie les fichiers JS.*/ |
28 | /* Concatene et minifie les fichiers JS.*/ |
29 | uglify: { |
29 | uglify: { |
30 | options: { |
30 | options: { |
31 | // mangle permet de renommer les variables JS. |
31 | // mangle permet de renommer les variables JS. |
32 | mangle: false |
32 | mangle: false, |
- | 33 | output: { |
|
- | 34 | // preserve comments |
|
- | 35 | comments: '/==============/' |
|
- | 36 | } |
|
33 | }, |
37 | }, |
34 | ASCIIMathML: { |
38 | ASCIIMathML: { |
35 | files: { |
39 | files: { |
36 | '../../scripts/js/ASCIIMathML.js': ['node_modules/asciimathml/ASCIIMathML.js'] |
40 | '../../scripts/js/ASCIIMathML.js': ['node_modules/asciimathml/ASCIIMathML.js'] |
37 | } |
41 | } |