Skip to content

Commit

Permalink
fix(build): clean _gh_pages directory befor building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed May 13, 2016
1 parent 83fa31d commit 169712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = function (grunt) {
// Task configuration.
clean: {
dist: 'dist',
docs: 'docs/dist',
docs: ['docs/dist','_gh_pages'],
/* Boosted mod */
rtl: 'dist/css/o-rtl.*',
tmp: '.tmpdocs'
Expand Down

0 comments on commit 169712e

Please sign in to comment.