-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove duplicate from assets.rb already present in application.js #7958
Conversation
@jywarren @cesswairimu @emilyashley @SidharthBansal @VladimirMikulic can you kindly review? Also since ics is already present as a package in /lib as well as in app/asssets/javascripts from where should I remove it? Since it is a library package it makes more sense to remove it from the /javascripts directory. Thanks ✌️ |
Codecov Report
@@ Coverage Diff @@
## main #7958 +/- ##
=======================================
Coverage 81.39% 81.39%
=======================================
Files 101 101
Lines 5859 5859
=======================================
Hits 4769 4769
Misses 1090 1090 |
21278d1
to
ad9edf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good and the system tests are passing 👍
@Uzay-G Thanks a ton for the review! |
Hey @jywarren @cesswairimu Need your input on this 😅 |
Hey @cesswairimu Can you kindly review? This shouldn't break anything but I am a bit worried 😅 |
I understand cool I am pulling this and will see if I can see anything locally..also @Tlazypanda if you come across any issue that can be an fto..kindly ping @nsachin08..I can also help converting it to a first-timer issue..haven't been able to get one yet. |
trying to restart these tests!! |
OK, we look good here! I'm not sure about If you think this is good, let's move ahead! Do you want to try testing it out on stable? |
er, unstable? |
Hey @jywarren have pushed on unstable now can you help me test just to be sure I don't miss anything? Thanks ✌️ |
@jywarren @cesswairimu I have tested some routes out on unstable seems alright ...can you also crosscheck once because i might have missed something ? 😅 Thanks ✌️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow awesome, if tested rigourously we can merge this! Thanks 🎈 😄
ad9edf4
to
e32c364
Compare
Rebased to check on GitPod! |
Fixes #7889
Duplicate js files already present in application.js removed from assets.rb.
rake test
@publiclab/reviewers
for help, in a comment belowThanks!