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 99e7467 commit e0c93ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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", "node_modules/bimserverapi/js/*.js" ]
"tmp/bimsurfer" : [ "js/*.js", "lib/scenejs/*.js", "lib/jquery-1.10.2/*.js", "api/*.js", "node_modules/bimserverapi/js/*.js" ]
},
}
},
Expand Down Expand Up @@ -35,6 +35,9 @@ module.exports = function(grunt) {
expand : true,
src : [ "fonts/**", "img/**" ],
dest : "output/"
}, {
src: ["images/*"],
dest: "images/"
}, {
src: ["*.html"],
dest: "output/"
Expand Down

0 comments on commit e0c93ae

Please sign in to comment.