You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you try to compile your current project in your current directory, harpjs deletes all your files in that directory :-(
ks:Harp kevinsimper$ harp init game
initialized project at /Users/kevinsimper/Harp/game
ks:Harp kevinsimper$ cd game/
ks:delete kevinsimper$ ls
404.jade* _layout.jade* index.jade* main.less*
ks:delete kevinsimper$ harp compile ./ ./
ks:delete kevinsimper$ ls
ks:delete kevinsimper$ ls
And your files is gone!
The text was updated successfully, but these errors were encountered:
First of all, I'm sorry if you lost your project files. Thanks for opening up this important issue.
A lot of effort was put into the harp compile function to prevent this from happening and it looks like there may be some cases overlooked or there could be issues that were introduced when harp directory structure changed. Ether way, we will look into the matter and have it fixed.
if you try to compile your current project in your current directory, harpjs deletes all your files in that directory :-(
And your files is gone!
The text was updated successfully, but these errors were encountered: