Skip to content

Make Javascript and Stylesheet entries optional #20

@StallionV

Description

@StallionV

I really liked the simplicity and would want to use it. But my structure is different.

Currently the below entries are Mandatory in package.json.
"frontend": {
"name": "Flux",
"javascripts": "./src",
"stylesheets": "./"
}
But if your structure is different how do you use it.
I would prefer if along with the name the only thing I can enter is "source": "./src" or similar.
This will pick up my complete structure instead of segregating it by JS and CSS
e.g.
"frontend": {
"name": "Flux",
"source": "./src",
}

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