# Ember CLI - How do I use it in discourse?

**URL:** https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426
**Category:** Development
**Created:** [October 19, 2017, 6:25pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426 "2017-10-19T18:25:24Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![drew0101](https://avatars.discourse-cdn.com/v4/letter/d/54ee81/32.png) [@drew0101](https://meta.discourse.org/u/drew0101)
#### Post date: [October 19, 2017, 6:25pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/1 "2017-10-19T18:25:24Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 23, 2017, 12:31am UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/2 "2017-10-23T00:31:20Z")

</div>

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. [https://github.com/discourse/discourse/tree/master/bin/docker](https://github.com/discourse/discourse/tree/master/bin/docker)

---

<div class="post-metadata">

### Author: ![drew0101](https://avatars.discourse-cdn.com/v4/letter/d/54ee81/32.png) [@drew0101](https://meta.discourse.org/u/drew0101)
#### Post date: [October 30, 2017, 5:38pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/3 "2017-10-30T17:38:29Z")

</div>

Is there a downside to configuring Rails to use Ember-CLI?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 30, 2017, 8:51pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/4 "2017-10-30T20:51:10Z")

</div>

This would be a ~~GIANT~~ Ginormous change. We have a very custom asset pipeline.

---

<div class="post-metadata">

### Author: ![spirobel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spirobel/32/170908_2.png) [@spirobel](https://meta.discourse.org/u/spirobel)
#### Post date: [November 18, 2019, 4:39pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/5 "2019-11-18T16:39:43Z")

</div>

Is this asset pipeline documented some where? I would like to use an ember code like this for example in a plugin:  
[https://github.com/shipshapecode/ember-flatpickr](https://github.com/shipshapecode/ember-flatpickr)  
How would I go about that? do I have to manually copy the code?

---

<div class="post-metadata">

### Author: ![andersonmmi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andersonmmi/32/179398_2.png) [@andersonmmi](https://meta.discourse.org/u/andersonmmi)
#### Post date: [July 6, 2020, 5:12pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/6 "2020-07-06T17:12:13Z")

</div>

Did you ever find the asset pipeline documentation?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [July 6, 2020, 8:33pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/7 "2020-07-06T20:33:08Z")

</div>

Wow this topic is old, but @eviltrout is working on getting us up on Ember CLI over the last few months – it’s a big job!

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [July 7, 2020, 1:28pm UTC](https://meta.discourse.org/t/ember-cli-how-do-i-use-it-in-discourse/72426/8 "2020-07-07T13:28:24Z")

</div>

Yup, our Ember application is quite old at this point, and we haven’t fully gotten away from some of our old habits. It’s also slower to upgrade because we have hundreds of plugins and themes that we don’t want to break in the process.

Still, I expect to make some good progress soon!
