Rev 10451 | Rev 10963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10451 | Rev 10726 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | /*all: ['../../scripts/js/*.js'],*/ |
7 | /*all: ['../../scripts/js/*.js'],*/ |
8 | /*ASCII: ['../../scripts/js/ASCII*.js'],*/ |
8 | /*ASCII: ['../../scripts/js/ASCII*.js'],*/ |
9 | /*utils: ['../../scripts/js/utils.js'],*/ |
9 | /*utils: ['../../scripts/js/utils.js'],*/ |
10 | /*wz: ['../../scripts/js/wz*.js'],*/ |
10 | /*wz: ['../../scripts/js/wz*.js'],*/ |
11 | interface: ['../../scripts/js/interface/*.js'], |
11 | interface: ['../../scripts/js/interface/*.js'], |
- | 12 | /*geogebra: ['../../scripts/js/geogebra/*.js'],*/ |
|
12 | /*inc: ['../_inc/*.js'],*/ |
13 | /*inc: ['../_inc/*.js'],*/ |
13 | }, |
14 | }, |
14 | 15 | ||
15 | /* Concatene plusieurs fichiers en un seul |
16 | /* Concatene plusieurs fichiers en un seul |
16 | concat: { |
17 | concat: { |
Line 36... | Line 37... | ||
36 | } |
37 | } |
37 | }, |
38 | }, |
38 | LaTeXMathML: { |
39 | LaTeXMathML: { |
39 | files: { |
40 | files: { |
40 | '../../scripts/js/LaTeXMathML.js': ['bower_components/asciimathml/LaTeXMathML.js'] |
41 | '../../scripts/js/LaTeXMathML.js': ['bower_components/asciimathml/LaTeXMathML.js'] |
- | 42 | } |
|
- | 43 | }, |
|
- | 44 | Geogebra: { |
|
- | 45 | files: { |
|
- | 46 | '../../scripts/js/geogebra/deployggb.min.js': ['../../scripts/js/geogebra/deployggb.js'] |
|
41 | } |
47 | } |
42 | } |
48 | } |
43 | }, |
49 | }, |
44 | 50 | ||
45 | // Compile les fichiers LESS en fichiers CSS |
51 | // Compile les fichiers LESS en fichiers CSS |
Line 91... | Line 97... | ||
91 | src: ['bower_components/jquery/dist/*.min.*'], |
97 | src: ['bower_components/jquery/dist/*.min.*'], |
92 | dest: '../../scripts/js/bower_components/jquery/' |
98 | dest: '../../scripts/js/bower_components/jquery/' |
93 | }, |
99 | }, |
94 | 100 | ||
95 | // includes all minified files within path "jquery-ui/" |
101 | // includes all minified files within path "jquery-ui/" |
96 | { |
102 | { |
97 | expand: true, |
103 | expand: true, |
98 | filter: 'isFile', |
104 | filter: 'isFile', |
99 | src: ['bower_components/jquery-ui/*.min.*'], |
105 | src: ['bower_components/jquery-ui/*.min.*'], |
100 | dest: '../../scripts/js/' |
106 | dest: '../../scripts/js/' |
101 | }, |
107 | }, |
Line 124... | Line 130... | ||
124 | // hoverIntent |
130 | // hoverIntent |
125 | { |
131 | { |
126 | expand: true, |
132 | expand: true, |
127 | filter: 'isFile', |
133 | filter: 'isFile', |
128 | src: ['bower_components/jquery-hoverIntent/*.js' ], |
134 | src: ['bower_components/jquery-hoverIntent/*.js' ], |
- | 135 | dest: '../../scripts/js/', |
|
- | 136 | }, |
|
- | 137 | // what-input |
|
- | 138 | { |
|
- | 139 | expand: true, |
|
- | 140 | filter: 'isFile', |
|
- | 141 | src: ['bower_components/what-input/dist/*.min.js' ], |
|
- | 142 | dest: '../../scripts/js/', |
|
- | 143 | }, |
|
- | 144 | // Chart.js |
|
- | 145 | { |
|
- | 146 | expand: true, |
|
- | 147 | filter: 'isFile', |
|
- | 148 | src: ['bower_components/Chart.js/dist/*.bundle.min.js' ], |
|
129 | dest: '../../scripts/js/', |
149 | dest: '../../scripts/js/', |
130 | }, |
150 | }, |
131 | /* ASCIIMathML (+LaTeXMathML) |
151 | /* ASCIIMathML (+LaTeXMathML) |
132 | { |
152 | { |
133 | expand: true, |
153 | expand: true, |