mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
properly detect connection issues and show appropriate message.
This commit is contained in:
parent
0a10ab0880
commit
bdad866ac6
2 changed files with 14 additions and 4 deletions
|
@ -124,6 +124,7 @@ module.exports = function(grunt) {
|
|||
grunt.loadNpmTasks('grunt-curl');
|
||||
// Default task(s).
|
||||
grunt.registerTask('default', ['copy','less:bootstrap','handlebars', 'watch']);
|
||||
grunt.registerTask('package', ['copy','less:bootstrap','handlebars']);
|
||||
grunt.registerTask('update', ['curl']);
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue