kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

blueprints not working in ember 2.7.0 #117

Closed blackode closed 7 years ago

blackode commented 8 years ago

All ember generators not working after installing ember-cli-coffeescript Here the following error screen shot screenshot from 2016-08-24 15-02-44

alobaidizt commented 8 years ago

I have the same issue

alobaidizt commented 8 years ago

@blackode it turns out this issue was solved 9 days ago. #115

you can fix your project by replacing ember-cli-coffeescript hash with

"ember-cli-coffeescript": "kimroen/ember-cli-coffeescript#ebb4abd237599ae7bd3a852cd71d63924a79851f",
blackode commented 8 years ago

@alobaidizt thanks for the help it is absolutely right . Now generator are working but the issue is when I run the server is ti is raising the following error ERROR SCREEN SHOT broc

alobaidizt commented 8 years ago

Your second issue doesn't belong here. But I'd say try running the following in your project directory:

npm uninstall ember-simple-auth npm cache clean ember install ember-simple-auth

Then try serving it again

blackode commented 8 years ago

@alobaidizt Thanks for the help . I tried as you stated ,but nothing changed same error raised again .......

alobaidizt commented 8 years ago

@blackode it looks like it's a symbolic link issue. I would delete application.js file found under tmp directory. If that's not enough then you'll have to unlink it since that's the root of the issue.

kimroen commented 8 years ago

@blackode Sorry for not jumping in earlier. This is a known issue, which shows up frequently with ember-simple-auth. You can see a description of what's going on here, but the short version is that you should probably use JavaScript for that particular file. More details: https://github.com/kimroen/ember-cli-coffeescript/issues/87#issuecomment-158794463

@alobaidizt Thank you very much for helping out!

kimroen commented 8 years ago

I'll keep this open until the fix for your original issue is released, though.

blackode commented 8 years ago

@kimroen Thanks for everything ........

hoIIer commented 7 years ago

+1 and on a positive note it's good to know that some other people are still holding out and using coffeescript!!!

blackode commented 7 years ago

@erichonkanen coffescript saves the time and we can use that time to drink the coffee...........

hoIIer commented 7 years ago

@blackode yes it does... and it's cleaner, easier to read, easier to write, more fun to use, less "hip" but more "cool"

hoIIer commented 7 years ago

is there any movement on this? blueprints still not working

blackode commented 7 years ago

@erichonkanen i think not yet. I hope they are working on this.......

hoIIer commented 7 years ago

what is the issue that needs fixing? it'd be nice to fix it

kimroen commented 7 years ago

This has now been resolved in v1.15.0, that was just published. Luckily, we were able to solve this in a way that is backwards-compatible :tada:

Sorry for the lack of response in here, and thank you for helping each other out.

blackode commented 7 years ago

@kimroen Thanks for the update ......

alobaidizt commented 7 years ago

Wonderful work @kimroen! Thank you!