windhamdavid 10 years ago
parent
commit
9df8a5aa56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gruntfile.js

+ 1 - 1
gruntfile.js

@@ -12,7 +12,7 @@ module.exports = function(grunt) {
 		cssmin: {
 		  combine: {
 		    files: {
-		      'style.min.css': ['css/styles.css', 'css/bootstrap.min.css']
+		      'style.min.css': ['css/styles.css', 'css/bootstrap.css', 'css/jasny-bootstrap.css', ]
 		    }
 		  }
 		}