tzzep - hello guys! I need a different behaviou...
# ❓questions
t
hello guys! I need a different behaviour for vendor/area17/twill/frontend/js/mixins/formatPermalink.js. I am trying to add a file here: resources/assets/js/mixins/formatArticlesPermalink.js and call the function defined there but it looks like I can't get it to build with artisan twill:dev. Any ideas?
i
Hi @tzzep at the moment mixins can't be changed from this path. You would need to copy your version in the
vendor/area17/twill
folder before building to override it.
t
Thanks @ifox!