Skip to content

Commit

Permalink
Include themes in CSS dist
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnicola committed Feb 15, 2014
1 parent 3742829 commit d663cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ module.exports = function (grunt) {
files: {
'<%= yeoman.dist %>/styles/main.css': [
'<%= yeoman.app %>/components/bootstrap/dist/css/bootstrap.css',
'.tmp/styles/main.css'
'.tmp/styles/main.css',
'.tmp/styles/theme/default.css'
]
}
}
Expand Down

0 comments on commit d663cb8

Please sign in to comment.