actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Clean all task #28

Closed janpanschab closed 8 years ago

janpanschab commented 8 years ago

Add task for cleaning all builded, compiled, transpiled files also for src folder. Good for testing. Simulate clean git cloned repo.

vbulant commented 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?

janpanschab commented 8 years ago

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.

vbulant commented 8 years ago

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.

vbulant commented 8 years ago

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.)