Asset pipeline and depending on files outside of /app/assets directory
9 views
Skip to first unread message
Szymon Nowak
unread,
Apr 18, 2012, 5:50:17 AM4/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi,
I'm generating a js file with all translations from Rails I18n backend and the issue is that when I change translations in config/locales directory, the js file is not recompiled in development env. Is there any way to tell asset pipeline/sprockets that this particular js file depends on all files in config/locales directory?