Skip to content

Commit

Permalink
Don't clean up releases. This screw's up publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Oct 15, 2015
1 parent a83de29 commit c20e111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -193,7 +193,7 @@ module.exports = function(grunt) {
commit: false
}
},
clean: [BUILD_DIR, RELEASE_DIR],
clean: [BUILD_DIR],
});

// Load the plugin that provides the "uglify" task.
Expand Down Expand Up @@ -227,4 +227,4 @@ module.exports = function(grunt) {
grunt.task.run('gitcommit:releases');
grunt.task.run('release');
});
};
};

0 comments on commit c20e111

Please sign in to comment.