Skip to content

Cannot make it work #9

Description

@Zoliqa

Hi,

I have the following setup:

express: {
dev: {
options: {
hostname: "localhost",
server: path.resolve(__dirname, 'app.js'),
// serverreload: true
}
}

Whenever I modify some files this is what I get:

Running "express-server:dev" (express-server) task
app.js
Port 3000 in use
Web server started on port:3001, hostname: localhost [pid: 18494]

And I don't see the changes that I'm making in the server side js files.

If I set serverreload: true, I get the following result but I still don't see the changes made in the server side js files:

Running "express-server:dev:/tmp/express116316-18541-1ac0ya5/dev.server" (express-server) task
app.js
Web server started on port:3000, hostname: localhost [pid: 18550]

What am I doing wrong ?

Thanks in advance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions