Skip to content

Commit

Permalink
minify style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SiR-DanieL committed Feb 9, 2016
1 parent fdb8052 commit 361561c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ module.exports = function( grunt ) {

// Minify all .css files.
cssmin: {
main: {
files: {
'style.css': ['style.css']
}
},
admin: {
expand: true,
cwd: 'assets/sass/admin/welcome-screen/',
Expand Down

0 comments on commit 361561c

Please sign in to comment.