diff --git a/Gruntfile.js b/Gruntfile.js index 6c5a3f586a..b7231fc587 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -342,6 +342,7 @@ module.exports = function (grunt) { grunt.registerTask('dev', [ 'npm-carto-node', 'pre', + 'npm-build-dashboard', 'npm-start' ]); diff --git a/lib/assets/javascripts/dashboard/components/delete-account/delete-account-view.js b/lib/assets/javascripts/dashboard/components/delete-account/delete-account-view.js index 00a709983d..04d609a543 100644 --- a/lib/assets/javascripts/dashboard/components/delete-account/delete-account-view.js +++ b/lib/assets/javascripts/dashboard/components/delete-account/delete-account-view.js @@ -52,7 +52,6 @@ module.exports = CoreView.extend({ this._client.deleteUser(params, (errors, response, data) => { this._isLoading = false; this.render(); - debugger; if (errors) { this._onFormError(data, errors);