service files refactor

This commit is contained in:
Alexander Zobnin
2017-06-18 12:26:42 +03:00
parent a7f57e41a2
commit 887f8da188
2 changed files with 26 additions and 27 deletions

View File

@@ -128,20 +128,20 @@ module.exports = function(grunt) {
grunt.registerTask('default', [
'clean',
'sass',
'copy:src_to_dist',
'copy:pluginDef',
'jshint',
'jscs',
'sass',
'babel',
'mochaTest'
]);
grunt.registerTask('watchTask', [
'clean',
'sass',
'copy:src_to_dist',
'copy:pluginDef',
'sass',
'babel',
'jshint',
'jscs'