Subversion Repositories wimsdev

Rev

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

Rev 14456 Rev 14730
Line 155... Line 155...
155
          // what-input
155
          // what-input
156
          {
156
          {
157
            expand: true,
157
            expand: true,
158
            flatten: true,
158
            flatten: true,
159
            filter: 'isFile',
159
            filter: 'isFile',
160
            src: ['node_modules/what-input/dist/*.min.js', 'node_modules/what-input/dist/maps/*.map'],
160
            src: ['node_modules/what-input/dist/*.min.*'],
161
            dest: '../../scripts/js/external/what-input/',
161
            dest: '../../scripts/js/external/what-input/',
162
          },
162
          },
163
          // Chart.js
163
          // Chart.js
164
          {
164
          {
165
            expand: true,
165
            expand: true,
Line 205... Line 205...
205
            flatten: true,
205
            flatten: true,
206
            filter: 'isFile',
206
            filter: 'isFile',
207
            src: ['node_modules/asciimathml/*.js' ],
207
            src: ['node_modules/asciimathml/*.js' ],
208
            dest: '../../scripts/js/',
208
            dest: '../../scripts/js/',
209
          },*/
209
          },*/
-
 
210
          /* Marked js (Markdown parser) */
-
 
211
          {
-
 
212
            expand: true,
-
 
213
            flatten: true,
-
 
214
            filter: 'isFile',
-
 
215
            src: ['node_modules/marked/*.js' ],
-
 
216
            dest: '../../scripts/js/external/marked/',
-
 
217
          }
210
 
218
 
211
        ],
219
        ],
212
      },
220
      },
213
 
221
 
214
      // MathJax specific copying task (it could be long)
222
      // MathJax specific copying task (it could be long)