-
Notifications
You must be signed in to change notification settings - Fork 61
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
scratch directory is empty #71
Comments
switched python > python2.7 to python > python3 Which is wierd, because you can't install with python3, you have to ln -sf to python2...but takana only works for me when i syslink back to python3 |
Ok I don't think it had anything to with python. I got it to work by storing all my css files in the directory I ran takana on. But I keep all my css usually in a folder called css Then takana cant render the files. But if I go into the scratch folder and make a directory called css, it then will make my main.css file inside the folder. |
Back to my original problem. In Takana 0.4.3, the scratch directory does not write to the css files. I have to manually create the directories either way...but for some reason, in V 0.4.3 the output css files are blank. It was working ok in 0.4.2, but now I'm getting a new error when I try to connect my browser: |
All the issues seemed to be revolving around permissions. I've installed 4.3, and got it working by chmod 777 on scratch directory. |
[14:07:46] [INFO] - buffer updated for /home/sites/far-west/css/main.css
cp: copyFileSync: could not write to dest file (code=ENOENT):/home/.takana/scratch//css/main.css
cp: copyFileSync: could not write to dest file (code=ENOENT):/home/.takana/scratch//css/main.css
when i check the scratch directory, it is empty....there is no css folder.
If I make a css folder, takana creates a css file. But it never gets updated, it stays blank.
The text was updated successfully, but these errors were encountered: