Skip to content

Commit 30fdec2

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
fix(build): Adding copy font task to build.
1 parent a251794 commit 30fdec2

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)