Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Feb 1, 2016
1 parent e0c93ae commit 6e8df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
concat : {
js : {
files : {
"tmp/bimsurfer" : [ "js/*.js", "lib/scenejs/*.js", "lib/jquery-1.10.2/*.js", "api/*.js", "node_modules/bimserverapi/js/*.js" ]
"tmp/bimsurfer.js" : [ "js/*.js", "lib/scenejs/*.js", "lib/jquery-1.10.2/*.js", "api/*.js", "node_modules/bimserverapi/js/*.js" ]
},
}
},
Expand Down

0 comments on commit 6e8df2f

Please sign in to comment.