Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
add clean argument param to loadstarterkit function call (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpe authored and tburny committed Feb 23, 2017
1 parent 98cbbaf commit a653be6
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 @@ -53,7 +53,7 @@ module.exports = function (grunt) {
}

if (arg && arg === "loadstarterkit") {
pl.loadstarterkit(argv.kit);
pl.loadstarterkit(argv.kit, argv.clean);
}

if (arg && (arg !== "version" && arg !== "patternsonly" && arg !== "help" && arg !== "starterkit-list" && arg !== "starterkit-load")) {
Expand Down

0 comments on commit a653be6

Please sign in to comment.