Skip to content

Commit 6de0f9d

Browse files
authored
Merge pull request #5849 from mportuga/master
fix(build): Adding copy font task to build.
2 parents a251794 + 30fdec2 commit 6de0f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/aliases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (grunt, options) {
55

66
// register before and after test tasks so we don't have to change cli
77
// options on the CI server
8-
'before-test': ['clean', 'newer:jshint', 'newer:jscs', 'ngtemplates', 'less'], // Have to run less so CSS files are present
8+
'before-test': ['clean', 'newer:jshint', 'newer:jscs', 'ngtemplates', 'less', 'copy:font_dist'], // Have to run less so CSS files are present
99
'after-test': ['build'],
1010
'default': ['before-test', 'test:single', 'after-test'],
1111

0 commit comments

Comments
 (0)