Rev 10726 | Rev 11729 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10726 | Rev 10963 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | filter: 'isFile', |
104 | filter: 'isFile', |
105 | src: ['bower_components/jquery-ui/*.min.*'], |
105 | src: ['bower_components/jquery-ui/*.min.*'], |
106 | dest: '../../scripts/js/' |
106 | dest: '../../scripts/js/' |
107 | }, |
107 | }, |
108 | 108 | ||
109 | // includes all files |
109 | // includes all minified files within path "jquery-ui-slider-pips/" |
110 | { |
110 | { |
111 | expand: true, |
111 | expand: true, |
- | 112 | filter: 'isFile', |
|
112 | src: ['bower_components/jquery-ui/ |
113 | src: ['bower_components/jquery-ui-slider-pips/dist/*.min.*'], |
- | 114 | dest: '../../scripts/js/' |
|
- | 115 | }, |
|
- | 116 | ||
- | 117 | // includes all files & sub-directories within paths "jquery-ui/themes/smoothness" and "jquery-ui/themes/base" |
|
- | 118 | { |
|
- | 119 | expand: true, |
|
- | 120 | src: ['bower_components/jquery-ui/themes/smoothness/**','bower_components/jquery-ui/themes/base/**'], |
|
113 | dest: '../../scripts/js/' |
121 | dest: '../../scripts/js/' |
114 | }, |
122 | }, |
115 | 123 | ||
116 | // safari_mobile_links |
124 | // safari_mobile_links |
117 | { |
125 | { |
Line 123... | Line 131... | ||
123 | 131 | ||
124 | // mbExtruder (including mb.flipText) |
132 | // mbExtruder (including mb.flipText) |
125 | { |
133 | { |
126 | expand: true, |
134 | expand: true, |
127 | src: ['bower_components/jquery.mb.extruder/inc/*.js', 'bower_components/jquery.mb.extruder/elements/*' ], |
135 | src: ['bower_components/jquery.mb.extruder/inc/*.js', 'bower_components/jquery.mb.extruder/elements/*' ], |
128 | dest: '../../scripts/js/', |
136 | dest: '../../scripts/js/', |
129 | }, |
137 | }, |
130 | // hoverIntent |
138 | // hoverIntent |
131 | { |
139 | { |
132 | expand: true, |
140 | expand: true, |
133 | filter: 'isFile', |
141 | filter: 'isFile', |
134 | src: ['bower_components/jquery-hoverIntent/*.js' ], |
142 | src: ['bower_components/jquery-hoverIntent/*.js' ], |
135 | dest: '../../scripts/js/', |
143 | dest: '../../scripts/js/', |
136 | }, |
144 | }, |
137 | // what-input |
145 | // what-input |
Line 143... | Line 151... | ||
143 | }, |
151 | }, |
144 | // Chart.js |
152 | // Chart.js |
145 | { |
153 | { |
146 | expand: true, |
154 | expand: true, |
147 | filter: 'isFile', |
155 | filter: 'isFile', |
148 | src: ['bower_components/Chart.js/dist/*.bundle.min.js' ], |
156 | src: ['bower_components/Chart.js/dist/*.bundle.min.js' ], |
149 | dest: '../../scripts/js/', |
157 | dest: '../../scripts/js/', |
- | 158 | }, |
|
- | 159 | // jsxGraph |
|
- | 160 | { |
|
- | 161 | expand: true, |
|
- | 162 | filter: 'isFile', |
|
- | 163 | flatten: 'true', |
|
- | 164 | src: ['bower_components/jsxgraph/distrib/jsxgraph*', 'bower_components/jsxgraph/distrib/geo*' ], |
|
- | 165 | //dest: '../../scripts/js/bower_components/jsxgraph/', |
|
- | 166 | dest: '../../scripts/js/jsxgraph/', |
|
150 | }, |
167 | }, |
151 | /* ASCIIMathML (+LaTeXMathML) |
168 | /* ASCIIMathML (+LaTeXMathML) |
152 | { |
169 | { |
153 | expand: true, |
170 | expand: true, |
154 | flatten: true, |
171 | flatten: true, |
Line 158... | Line 175... | ||
158 | },*/ |
175 | },*/ |
159 | 176 | ||
160 | ], |
177 | ], |
161 | }, |
178 | }, |
162 | 179 | ||
163 | // MathJax specific copying task |
180 | // MathJax specific copying task (it could be long) |
164 | MathJax: { |
181 | MathJax: { |
165 | files: [ |
182 | files: [ |
166 | { |
183 | { |
167 | expand: true, |
184 | expand: true, |
168 | src: ['bower_components/MathJax/**' ], |
185 | src: ['bower_components/MathJax/**' ], |