Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Grunt: Removing unneeded list of files replacing with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Scott committed May 1, 2013
1 parent 26cb45d commit 15c4a14
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Gruntfile.js
Expand Up @@ -64,16 +64,7 @@ module.exports = function(grunt) {
dest: 'compiled/<%= pkg.name %>.less'
},
theme_js: {
src: [
'src/plugins/actionbar/jquery.mobile.actionbar.js',
'src/plugins/activityIndicator/jquery.mobile.activityindicator.js',
'src/plugins/buttonGroup/jquery.mobile.buttonGroup.js',
'src/plugins/gridview/jquery.mobile.gridview.js',
'src/plugins/inputValidator/jquery.mobile.inputValidator.js',
'src/plugins/progressbar/jquery.mobile.progressbar.js',
'src/plugins/dropdown/jquery.mobile.dropdown.js',
'src/plugins/applicationmenu/jquery.mobile.applicationmenu.js'
],
src: ['src/plugins/**/*.js'],
dest: 'compiled/<%= pkg.name %>.js'
},
theme_css : {
Expand Down

0 comments on commit 15c4a14

Please sign in to comment.