Hello,
I am about to start hacking away at discourse, but I am confused how ember is used. Running commands such as ‘ember version’ or 'ember g ’ give the error ‘ember: No such file or directory’. Do I need to install the ember cli separately?
Hello,
I am about to start hacking away at discourse, but I am confused how ember is used. Running commands such as ‘ember version’ or 'ember g ’ give the error ‘ember: No such file or directory’. Do I need to install the ember cli separately?
We do not use Ember CLI to develop Discourse. You need to configure Rails and run it. To make life easier use our docker dev environment. discourse/bin/docker at main · discourse/discourse · GitHub
Is there a downside to configuring Rails to use Ember-CLI?
This would be a GIANT Ginormous change. We have a very custom asset pipeline.
Is this asset pipeline documented some where? I would like to use an ember code like this for example in a plugin:
How would I go about that? do I have to manually copy the code?
アセットパイプラインのドキュメントは見つかりましたか?
わあ、このトピックは古いですが、@eviltrout がここ数ヶ月間、Ember CLI への移行に取り組んでいます。これは大きな作業です!
はい、当社のEmberアプリケーションは現在かなり古くなっており、一部の古い習慣から完全に抜け出せていません。また、何百ものプラグインやテーマがあり、アップグレードの過程でそれらを壊したくないため、アップグレードには時間がかかります。
それでも、まもなく良い進捗が見込めると思います!