-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove hardcoded paths for .sketch files #4
Comments
@artemnovichkov Maybe this will also help. After clean installing sasha. I get the following output.
|
@stalinkay, this issues is not related to installation. When you run |
@artemnovichkov Cool. There's currently no file at |
I guess I forgot to add coping of Lines 22 to 24 in e58db8f
It would be great if you fix it |
@artemnovichkov Cool. I'll hop on it. |
project
command creates a folder structure and copies .sketch files. Paths for the files are hardcoded:sasha/Sources/SashaCore/Tasks/ProjectTask.swift
Lines 52 to 62 in e58db8f
I want to update
project.sasha
configuration file format and add possibility to add these paths, for example:Also, I want to improve parsing of configuration files:
sasha/Sources/SashaCore/Services/FolderService.swift
Lines 36 to 68 in e58db8f
The text was updated successfully, but these errors were encountered: