mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Update default grunt task
This commit is contained in:
@@ -255,6 +255,6 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('test', ['jshint', 'jscs', 'connect', 'saucelabs-mocha']);
|
||||
grunt.registerTask('copy_dist', ['gitinfo', 'copy']);
|
||||
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);
|
||||
grunt.registerTask('default', ['concat', 'sass', 'copy_dist']);
|
||||
grunt.registerTask('default', ['concat', 'sass', 'date']);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user