-
Notifications
You must be signed in to change notification settings - Fork 650
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 tmp & unused files #2328
Conversation
@CartoDB/frontend please code review, I've verified working fine locally, let me know if something was removed/changed wrongly |
👍 It looks fine to me, but I would push it to staging to test it there too. |
will do! |
deployed on |
Frontend tests were OK 👍 (details) |
Tested on ded01 today again and no weird behaviour. |
Frontend tests were OK 👍 (details) |
Fixes #2249
Removed cache files
public/tmp
from repoAlso while at it I saw more things that could be cleaned up:
app/assets/stylesheets/
→tmp/sass
app/assets/javascripts/
→lib/assets/javascripts/cartodb/sessions/
(already defined as a normal JS bundle), to have all JS source code in the same placeapp/assets/javascripts/
), that was bundled by sprockets (now done through grunt)scripts/run_js_tests
), and its related files