Skip to content

Run gulp build when installing sample #2

Description

@karaxuna

There might be several tasks that must be run for running sample, for example adding another plugin except io.jxcore.node or minifying css and js files... We could create gulpfile.js for each sample that will have task called "build". In samples package.json:

"scripts": {
        "build": "gulp build"
 }

So when running jxc --sample express_perf for example, it will execute npm build (that will start gulp build).

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions