Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(build): bad concatenation of main.css
Browse files Browse the repository at this point in the history
Close #193
  • Loading branch information
hsablonniere authored and passy committed May 7, 2013
1 parent 7d825da commit 4c7e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Expand Up @@ -287,10 +287,10 @@ module.exports = function (grunt) {
'coffee',
'compass:dist',
'useminPrepare',
'concat',
'imagemin',
'cssmin',
'htmlmin',
'concat',
'copy',
'cdnify',
'ngmin',
Expand Down

0 comments on commit 4c7e4b2

Please sign in to comment.