Skip to content

Commit a159b08

Browse files
committed
pfTableView: removed copying of old table sort imgs
1 parent b5807d8 commit a159b08

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Gruntfile.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ module.exports = function (grunt) {
8282
src: ['**'],
8383
dest: 'dist/docs',
8484
expand: true
85-
},
86-
tableImgs: {
87-
cwd: 'lib/datatables/media/images',
88-
src: 'sort_*',
89-
dest: 'docs/images',
90-
expand: true
9185
}
9286
},
9387
cssmin: {
@@ -283,7 +277,7 @@ module.exports = function (grunt) {
283277
}
284278
});
285279

286-
grunt.registerTask('copymain', ['copy:docdata', 'copy:fa', 'copy:styles', 'copy:img', 'copy:tableImgs']);
280+
grunt.registerTask('copymain', ['copy:docdata', 'copy:fa', 'copy:styles', 'copy:img']);
287281

288282
// You can specify which modules to build as arguments of the build task.
289283
grunt.registerTask('build', 'Create bootstrap build files', function () {

0 commit comments

Comments
 (0)