properly detect connection issues and show appropriate message.

This commit is contained in:
kay.one 2013-04-18 23:38:26 -07:00
commit bdad866ac6
2 changed files with 14 additions and 4 deletions

View file

@ -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']);
};