Remove locale-patch from default grunt task
// FREEBIE
This commit is contained in:
parent
b7fd862aa6
commit
693dd2bb46
1 changed files with 1 additions and 1 deletions
|
@ -225,6 +225,6 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('tx', ['exec:tx-pull', 'locale-patch']);
|
||||
grunt.registerTask('dev', ['default', 'connect', 'watch']);
|
||||
grunt.registerTask('test', ['jshint', 'jscs', 'connect', 'saucelabs-mocha']);
|
||||
grunt.registerTask('default', ['concat', 'sass', 'locale-patch', 'copy']);
|
||||
grunt.registerTask('default', ['concat', 'sass', 'copy']);
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue