Skip to content

Commit

Permalink
use useref instead of useref-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnogi committed Dec 9, 2015
1 parent 8b4a33b commit f254988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/serve.coffee
Expand Up @@ -61,7 +61,7 @@ module.exports = (gulp, $, configs) ->
gulp.watch(reloadFiles).on 'change', ->
$.browserSync.reload()

gulp.watch reloadFiles, ['useref-temp']
gulp.watch reloadFiles, ['useref']

gulp.watch scssFiles, ['scss']
gulp.watch jadeFiles, ['template-cache']
Expand Down

0 comments on commit f254988

Please sign in to comment.