Skip to content

Commit 4c7e4b2

Browse files
hsablonnierepassy
authored andcommitted
fix(build): bad concatenation of main.css
Close #193
1 parent 7d825da commit 4c7e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ module.exports = function (grunt) {
287287
'coffee',
288288
'compass:dist',
289289
'useminPrepare',
290+
'concat',
290291
'imagemin',
291292
'cssmin',
292293
'htmlmin',
293-
'concat',
294294
'copy',
295295
'cdnify',
296296
'ngmin',

0 commit comments

Comments
 (0)