Skip to content

Optimize .html compilation time #35

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

Open
ryukinix opened this issue Feb 16, 2019 · 1 comment
Open

Optimize .html compilation time #35

ryukinix opened this issue Feb 16, 2019 · 1 comment

Comments

@ryukinix
Copy link
Member

ryukinix commented Feb 16, 2019

  1. Run emacs as daemon first by running a named Docker container without --rm
  2. Compile the .html files by using docker exec with same named container created at (1)
  3. Kill the named container created in task (1)
@ryukinix
Copy link
Member Author

As well change /tmp mountpoint to /workspace. There is no need to pass -w again too. Look here: https://github.com/commonlispbr/docker-emacs/blob/master/Dockerfile

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

No branches or pull requests

1 participant