Skip to content

Commit

Permalink
Removed unused statements
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jun 24, 2017
1 parent 0ba9fe2 commit 105c52b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ module.exports = function(grunt) {
all: {
files: [
{ src: 'src/zebra_datepicker.src.js', dest: 'dist/zebra_datepicker.src.js' },
// { expand: true, flatten: true, src: 'src/css/default/*.png', dest: 'dist/css/default/', filter: 'isFile' },
// { expand: true, flatten: true, src: 'src/css/default/*.gif', dest: 'dist/css/default/', filter: 'isFile' },
// { expand: true, flatten: true, src: 'src/css/default/*.txt', dest: 'dist/css/default/', filter: 'isFile' },
// { expand: true, flatten: true, src: 'src/css/flat/*.png', dest: 'dist/css/flat/', filter: 'isFile' },
// { expand: true, flatten: true, src: 'src/css/flat/*.gif', dest: 'dist/css/flat/', filter: 'isFile' },
// { expand: true, flatten: true, src: 'src/css/flat/*.txt', dest: 'dist/css/flat/', filter: 'isFile' }
]
}
},
Expand Down

0 comments on commit 105c52b

Please sign in to comment.