We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c93ae commit 6e8df2fCopy full SHA for 6e8df2f
Gruntfile.js
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
7
concat : {
8
js : {
9
files : {
10
- "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" ]
11
},
12
}
13
0 commit comments