-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update JS files for the libraries #47
Comments
I think we should use ARGV because the gem is less likely to get CLI intensive in future. WDYT? |
ping! @Shekharrajak I would like to take up this issue |
@rohitner , meanwhile you can open PR with your idea. |
We can also make use of |
I am not sure what do you mean, can you please elaborate? |
I mean to say that using pre-installed modules like |
Pending work after PR #83 |
Developers can update the js files using these command in the repo:
e.g.
rake highcharts:update
To update all the JS files :
rake update_all
But how user will update it (who have installed the gem from the source or using gem install) ?
Probably we can have CLI and using command
daur-view update_js library_name
user can update the particular js . I like the wayThor
gem works. But there is some other good Command Line Interface Gems as well.The text was updated successfully, but these errors were encountered: