Closed incutonez closed 10 years ago
It was something stupid. Of course. My solution is odd... I have a repository that I check out into:
~/workspace/myRepo
In there, I can seed just fine, but if I check out into:
~/workspace/test/myRepo
seeding doesn't work. Not quite sure why that is, but my solution is to not use the test dir...
This actually seems like it could be a bug, or rather, I'd like to know what's happening. So let's say I have two identical workspaces (proj1 and proj2) that contain the same CompoundJS code... I've already seeded proj1, and that works, but when I go to seed proj2, I get my initial error posted above. It doesn't even have to be in a test folder... I had proj2 as a sibling to proj1, and I still got the error, but proj1 kept running fine.
Just curious what this might be.
We spotted that issue only happens with updated coffee-script (v1.7.0). Released fix in compound (frozen dependency of coffee-script 1.6.3) for now.
On Wed, Jan 29, 2014 at 2:19 PM, Jef notifications@github.com wrote:
This actually seems like it could be a bug, or rather, I'd like to know what's happening. So let's say I have two identical workspaces (proj1 and proj2) that contain the same CompoundJS code... I've already seeded proj1, and that works, but when I go to seed the proj2, I get my initial error posted above. It doesn't even have to be in a test folder... I had proj2 as a sibling to proj1, and I still got the error, but proj1 kept running fine.
Just curious what this might be.
Reply to this email directly or view it on GitHubhttps://github.com/1602/compound/issues/607#issuecomment-33587813 .
Ah! Ok. Thanks for the information.
Has CoffeeScript seeding been taken out? I updated my Node modules (including CompoundJS) today, and I ran into an issue while trying to seed (with a file that previously worked... I did it earlier today). I have a simple seed file:
db/seeds/development/Host.coffee
When I run compound seed from the root directory, I get this:
Has something changed with seeding? Are CoffeeScript files no longer supported? Or am I just doing something so stupid?