Skip to content
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

Merged
merged 11 commits into from
Feb 24, 2015
Merged

Remove tmp & unused files #2328

merged 11 commits into from
Feb 24, 2015

Conversation

viddo
Copy link
Contributor

@viddo viddo commented Feb 19, 2015

Fixes #2249

Removed cache files public/tmp from repo

Also while at it I saw more things that could be cleaned up:

  • Move SASS cache dir out of app/assets/stylesheets/tmp/sass
  • Moved sessions files app/assets/javascripts/lib/assets/javascripts/cartodb/sessions/ (already defined as a normal JS bundle), to have all JS source code in the same place
  • Removed unused JS assets (app/assets/javascripts/), that was bundled by sprockets (now done through grunt)
  • Removed unused test runner (scripts/run_js_tests), and its related files

@viddo
Copy link
Contributor Author

viddo commented Feb 19, 2015

@CartoDB/frontend please code review, I've verified working fine locally, let me know if something was removed/changed wrongly

@javierarce
Copy link
Contributor

👍 It looks fine to me, but I would push it to staging to test it there too.

@viddo
Copy link
Contributor Author

viddo commented Feb 19, 2015

will do!

@viddo
Copy link
Contributor Author

viddo commented Feb 19, 2015

deployed on ded01, both clinker, build and deploy have worked fine. have tested login (related to sessions bundle change) and generally browser around tables/vis and no problems so far. Is there anything else that I should test in particular?

@viddo viddo added this to the Guarrate milestone Feb 20, 2015
@viddo viddo self-assigned this Feb 20, 2015
@Cartofante
Copy link
Collaborator

Frontend tests were OK 👍 (details)

@viddo
Copy link
Contributor Author

viddo commented Feb 20, 2015

Tested on ded01 today again and no weird behaviour.
Unless someone has any more feedback, I'll release it on Mon 23th, to avoid "Friday hickups".

@Cartofante
Copy link
Collaborator

Frontend tests were OK 👍 (details)

viddo added a commit that referenced this pull request Feb 24, 2015
@viddo viddo merged commit a2e6dc1 into master Feb 24, 2015
@viddo viddo deleted the 2249-remove-tmp-files branch February 24, 2015 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

temporary files in repository ?
3 participants