Skip to content

Commit

Permalink
Grunt: fix watch task.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Feb 10, 2017
1 parent 0e1069d commit a68548d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ module.exports = function(grunt) {
'clean',
'copy:src_to_dist',
'copy:pluginDef',
'jshint',
'jscs',
'sass',
'babel:dist'
'babel',
'jshint',
'jscs'
]);
};

0 comments on commit a68548d

Please sign in to comment.