Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0c93ae

Browse files
committedFeb 1, 2016
test
1 parent 99e7467 commit e0c93ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
77
concat : {
88
js : {
99
files : {
10-
"tmp/bimsurfer" : [ "js/*.js", "node_modules/bimserverapi/js/*.js" ]
10+
"tmp/bimsurfer" : [ "js/*.js", "lib/scenejs/*.js", "lib/jquery-1.10.2/*.js", "api/*.js", "node_modules/bimserverapi/js/*.js" ]
1111
},
1212
}
1313
},
@@ -35,6 +35,9 @@ module.exports = function(grunt) {
3535
expand : true,
3636
src : [ "fonts/**", "img/**" ],
3737
dest : "output/"
38+
}, {
39+
src: ["images/*"],
40+
dest: "images/"
3841
}, {
3942
src: ["*.html"],
4043
dest: "output/"

0 commit comments

Comments
 (0)
Please sign in to comment.