starteam / starcellbio_html

2 stars 7 forks source link

Create gen directories if not already there #707

Closed noisecapella closed 8 years ago

noisecapella commented 8 years ago

What's this PR do?

Reverts changes to #706 and replaces the fix with one that creates gen directories. It looks like the actual cause of the problem was that the soy generation created gen directories automatically but the gss generation did not

noisecapella commented 8 years ago

Can you review this too @annagav ?

annagav commented 8 years ago

I think it creates gen folders in all directories, even where there is nothing to generate.

noisecapella commented 8 years ago

I changed it to only create the gen directory before the gss files are compiled

annagav commented 8 years ago

👍