Skip to content

Commit

Permalink
fix! missed to replace concat with rollup in watch task, now done
Browse files Browse the repository at this point in the history
arjunkathuria authored and arschmitz committed Sep 30, 2016
1 parent d51b00d commit dc6ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ module.exports = (grunt) ->
watch:
scripts:
files: ['src/**/*.js']
tasks: ['concat','string-replace','uglify','jshint','jscs']
tasks: ['rollup','string-replace','uglify','jshint','jscs']
options:
interrupt: true

0 comments on commit dc6ab05

Please sign in to comment.