mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
properly detect connection issues and show appropriate message.
This commit is contained in:
@@ -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']);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user