Answer the question
In order to leave comments, you need to log in
How to create a build command that would create folders if they don't exist?
Hello everyone, there is a project that is built on scss, typescript, svg-sprite.
And each script saves the finished result to a folder:
But if there is no output folder, then these scripts will simply work, without creating the same output folder.
Is it possible to do this: Write a script that would generate all the necessary folders and then call all these scripts.
At the expense of calling all the necessary scripts on command, I know how to do it, but how to generate a folder for them without a clue.
PS: Folders don't fly to gitlub css/js/sprite, here we need the build command so as not to create folders manually. At first, there is nothing in manual creation, then when you do it N times you get bored
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question