In frappe .js file changes not reflecting

Hi guys,

I want to add some drop-down in Help menu, also want to add some menu.
I have make changes in toolbar.js file but my changes are not reflecting. I tried to restart bench and nginx server, but still I didn't find solution for my problem.

file path:
/home/sambhaji/frappe-bench/apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js

Regards,
Sambhaji


  1. Please be kind and don't send large attachments
  2. For issues, features requests use https://github.com/frappe/erpnext/issues



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/4abbc469-22cb-4c87-b448-450a7e84e77d%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
use bench frappe --build to make js take effects.

在 2014年9月29日星期一UTC+8下午5时53分39秒,Sambhaji Kolate写道:
Hi guys,

I want to add some drop-down in Help menu, also want to add some menu.
I have make changes in toolbar.js file but my changes are not reflecting. I tried to restart bench and nginx server, but still I didn't find solution for my problem.

file path:
/home/sambhaji/frappe-bench/apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js

Regards,
Sambhaji


  1. Please be kind and don't send large attachments
  2. For issues, features requests use https://github.com/frappe/erpnext/issues



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43e7c65a-a726-4fc7-8758-4d3645f90fe7%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Thank you very much...
My changes are reflecting now.

On Mon, Sep 29, 2014 at 3:27 PM, Y Y <ya...@gmail.com> wrote:
use bench frappe --build to make js take effects.

在 2014年9月29日星期一UTC+8下午5时53分39秒,Sambhaji Kolate写道:
Hi guys,

I want to add some drop-down in Help menu, also want to add some menu.
I have make changes in toolbar.js file but my changes are not reflecting. I tried to restart bench and nginx server, but still I didn't find solution for my problem.

file path:
/home/sambhaji/frappe-bench/apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js

Regards,
Sambhaji


  1. Please be kind and don't send large attachments
  2. For issues, features requests use https://github.com/frappe/erpnext/issues



    You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/aKSO38WO738/unsubscribe.

    To unsubscribe from this group and all its topics, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43e7c65a-a726-4fc7-8758-4d3645f90fe7%40googlegroups.com.


    For more options, visit https://groups.google.com/d/optout.


  1. Please be kind and don't send large attachments
  2. For issues, features requests use https://github.com/frappe/erpnext/issues



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CADH2dyiD_9HjZM3K3fowsdMB5ZM9z6SnpGCygrMyd7nMQcLrTA%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.

Hi there. I am also facing the issue that changes in .js files are not reflected. bench build doesnot resolve my issue