Closed janpanschab closed 8 years ago
You mean having one clean task which will clean both src
and dist
folders or just adding isDev condition into clean task so that it will clean either src
or dist
based on --dev
param?
I mean to have sort of superclean
task. Or reset to defaults. Something like this. One independent task not based on --dev option. But we can discuss it.
Let's talk about it on monday.
On 5. 3. 2016, at 21:24, Jan Panschab notifications@github.com wrote:
I mean to have sort of superclean task. Or reset to defaults. Something like this. One independent task not based on --dev option. But we can discuss it.
— Reply to this email directly or view it on GitHub.
clean
cleans all built stuff in src
of dist
folder based on isDev
param (also will be a part of prepare
task)
clean:all
(or similar name) will clean both dev and dist (not part of any build task, just for debugging etc.)
Add task for cleaning all builded, compiled, transpiled files also for
src
folder. Good for testing. Simulate clean git cloned repo.