Skip to content

Commit

Permalink
reversed main css file to all.min.css from main.min.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dreh23 committed Jun 25, 2015
1 parent b04d061 commit d4d7018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module.exports = function(grunt) {
},
target: {
files: {
'dist/css/main.min.css': ['tmp/main_tmp.css']
'dist/css/all.min.css': ['tmp/main_tmp.css']
}
}
},
Expand Down

0 comments on commit d4d7018

Please sign in to comment.