# How to override assets with plugins?

**URL:** https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505
**Category:** Development
**Created:** [May 11, 2017, 12:22pm UTC](https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505 "2017-05-11T12:22:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![l3est](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/l3est/32/172909_2.png) [@l3est](https://meta.discourse.org/u/l3est)
#### Post date: [May 11, 2017, 12:22pm UTC](https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505/1 "2017-05-11T12:22:36Z")

</div>

I want to override one of the assets

**app/assets/javascripts/discourse/components/date-picker.js.es6**

and load this file instead

**plugins/custom-plugin/assets/javascripts/date-picker.js.es6**

is this possible ?

---

<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: [May 11, 2017, 3:42pm UTC](https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505/2 "2017-05-11T15:42:43Z")

</div>

Overriding a file in the bundle is not something we support, if you must you would have to load it up in the plugin and somehow replace the internal object model.

Why are you trying to replace the global date picker ?

---

<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: [May 11, 2017, 5:20pm UTC](https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505/3 "2017-05-11T17:20:48Z")

</div>

I already told you privately that this is not possible. Again we cannot help you with a fork of Discourse.

---

<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: [May 11, 2017, 5:20pm UTC](https://meta.discourse.org/t/how-to-override-assets-with-plugins/62505/4 "2017-05-11T17:20:51Z")

</div>


