Skip to content

Commit

Permalink
watch i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 6, 2016
1 parent 2a12118 commit f0750a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ gulp.task 'server', ->
gulp.task 'build', ['css', 'js']
gulp.task 'js', ['js default', 'js i18n']

gulp.task 'watch', -> gulp.watch 'assets/js/src/i18n/**/*', ['js']

gulp.task "default", ->
gulp.start ["build", "server"]
gulp.start ["build", "watch", "server"]
gulp.watch src.sass.files, ["css"]
gulp.watch src.js.main, ["js"]
gulp.watch src.js.vendor, ["js"]

0 comments on commit f0750a6

Please sign in to comment.