Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 7, 2016
1 parent 2e0e394 commit 36398b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function(grunt) {
},
target : {
files : {
"output/bimviews.css" : [ "css/*.css" ]
"output/bimviews.min.css" : [ "css/*.css" ]
}
}
},
Expand All @@ -40,7 +40,7 @@ module.exports = function(grunt) {
}
},
zip: {
"output/bimviews-%VERSION%.zip": ["output/*"]
"output/bimviews-%VERSION%.zip": ["output/**"]
},
"github-release" : {
options : {
Expand Down

0 comments on commit 36398b5

Please sign in to comment.