Generate static pages on grunt dev

pull/13958/head
jesusbotella 6 years ago
parent 826146ab08
commit 7ce3a82a34

@ -342,6 +342,7 @@ module.exports = function (grunt) {
grunt.registerTask('dev', [
'npm-carto-node',
'pre',
'npm-build-dashboard',
'npm-start'
]);

@ -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);

Loading…
Cancel
Save