[GH-ISSUE #280] [question] how can I compile .less files and enable hot reload for development? #203

Closed
opened 2026-02-25 23:33:41 +03:00 by kerem · 2 comments
Owner

Originally created by @Haocen on GitHub (Nov 14, 2020).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/280

I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything.

I've manually added go generate ./... for bundling the static assets but my changes in .less files are not recompiled.

Would appreciate anyone can point me to development guide of some sort.

Originally created by @Haocen on GitHub (Nov 14, 2020). Original GitHub issue: https://github.com/go-shiori/shiori/issues/280 I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything. I've manually added `go generate ./...` for bundling the static assets but my changes in `.less` files are not recompiled. Would appreciate anyone can point me to development guide of some sort.
kerem closed this issue 2026-02-25 23:33:41 +03:00
Author
Owner

@symgryph commented on GitHub (Nov 14, 2020):

Look at some of the docker file pull requests that have not been approved or have been closed they actually work as opposed to the one that’s currently in the main repo.

Thomas J Munn

On Nov 14, 2020, at 09:45, Haocen notifications@github.com wrote:


I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything.

I've manually added go generate ./... for bundling the static assets but my changes in .less files are not recompiled.

Would appreciate anyone can point me to development guide of some sort.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

<!-- gh-comment-id:727259453 --> @symgryph commented on GitHub (Nov 14, 2020): Look at some of the docker file pull requests that have not been approved or have been closed they actually work as opposed to the one that’s currently in the main repo. Thomas J Munn > On Nov 14, 2020, at 09:45, Haocen <notifications@github.com> wrote: > >  > I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything. > > I've manually added go generate ./... for bundling the static assets but my changes in .less files are not recompiled. > > Would appreciate anyone can point me to development guide of some sort. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub, or unsubscribe.
Author
Owner

@Haocen commented on GitHub (Nov 15, 2020):

Look at some of the docker file pull requests that have not been approved or have been closed they actually work as opposed to the one that’s currently in the main repo.

Thomas J Munn

On Nov 14, 2020, at 09:45, Haocen notifications@github.com wrote:


I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything.

I've manually added go generate ./... for bundling the static assets but my changes in .less files are not recompiled.

Would appreciate anyone can point me to development guide of some sort.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Hi,

Thanks for the quick reply, I inspected several Dockerfile PR but I still don't see how .less files are getting compiled?

If you don't mind can you let me know which command I need to run to achieve this? Thanks.

<!-- gh-comment-id:727287361 --> @Haocen commented on GitHub (Nov 15, 2020): > Look at some of the docker file pull requests that have not been approved or have been closed they actually work as opposed to the one that’s currently in the main repo. > > Thomas J Munn > > > > On Nov 14, 2020, at 09:45, Haocen <notifications@github.com> wrote: > > > >  > > I'm setting up CD for easy developing, but it seemed the Dockerfile does not recompile everything. > > > > I've manually added go generate ./... for bundling the static assets but my changes in .less files are not recompiled. > > > > Would appreciate anyone can point me to development guide of some sort. > > > > — > > You are receiving this because you are subscribed to this thread. > > Reply to this email directly, view it on GitHub, or unsubscribe. > Hi, Thanks for the quick reply, I inspected several Dockerfile PR but I still don't see how `.less` files are getting compiled? If you don't mind can you let me know which command I need to run to achieve this? Thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#203
No description provided.