Skip to content

Commit

Permalink
build.gradle - actual distribution file should not be included when b…
Browse files Browse the repository at this point in the history
…uilding
  • Loading branch information
Jeff Williams committed Apr 1, 2014
1 parent 86ade36 commit a2eb6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task init() {

task jqgrid(dependsOn: 'init') {
description = "Concatinate all javascript files into one javascript file: $jqGridFile.absolutePath"
def files = fileTree(dir: srcdir, include: '*.js')
def files = fileTree(dir: srcdir, include: '*.js', exclude: 'jquery.jqGrid.js')
inputs.file files
outputs.file jqGridFile

Expand Down

0 comments on commit a2eb6d6

Please sign in to comment.