Closed skateman closed 7 years ago
cc @martinpovolny @himdel @dclarizio
@skateman: I wonder about priority of this refactoring compared to other refactoring tasks. See search label:"tech_debt/refactoring" in UI project in pivotal.
I mean those are issues that grow with time as people cut-n-paste around and will grow until we address them.
Also see: https://www.pivotaltracker.com/n/projects/1619601 backlog, there I created tasks related to UI splitting.
Overall I think that this is a nice refactoring/cleanup part but there are others with higher priority. (See e.g. issues I created yesterday).
@martinpovolny sure, it's definitely a low-priority task, just wanted to document this idea before I forget it (again).
Will you add it to pivotal?
This issue has been automatically marked as stale because it has not been updated for at least 6 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions!
I think we can close this because of the webpacker
stuff...
Currently we're calling too much JS on too many places. Also we're exposing a lot of JS functions on pages where it is completely unnecessary (login, consoles, etc). So my idea is to:
config/initializers/assets.rb
javascript_include_tag
callsThe term metafile means a JS file with
//= require
calls only, that is parsed by the asset pipeline.https://www.pivotaltracker.com/story/show/132650949