Skip to content

[RFC] server:run starts Encore #25748

@sroze

Description

@sroze
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? yes
Symfony version 4.1

The work that has been done on Encore is great, it's a smooth entry for developers not much familiar with webpack and all these things. But there is one thing they need to do: start it. On most of my Encored projects, I've got the following Makefile:

dev:
	bin/console server:start
	./node_modules/.bin/encore dev --watch

But what if, like other framework like Phoenix (Elixir), we would start ./node_modules/.bin/encore dev --watch when starting the server in the dev environment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    DXDX = Developer eXperience (anything that improves the experience of using Symfony)RFCRFC = Request For Comments (proposals about features that you want to be discussed)WebServerBundle

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions