Skip to content

Commit

Permalink
Add fontello to grunt watch task to recompile fontello if the config …
Browse files Browse the repository at this point in the history
…is updated.
  • Loading branch information
spAnser committed Nov 8, 2016
1 parent f4dc843 commit 5649c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/grunt/watch.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module.exports = (grunt) ->
bower:
files: ['bower.json', 'bower_components/*']
tasks: ['bower_install', 'bower_concat']
fontello:
files: ['src/fontello/config.json']
tasks: ['fontello:dist', 'regex-replace:fontello']
docs:
files: ['docs/**']
tasks: ['gitbook']
Expand Down

0 comments on commit 5649c4f

Please sign in to comment.