Skip to content

Enhancement proposal: simpler Gruntfile.js  #6

@dagnelies

Description

@dagnelies

I just wanted to state my preference over a much simpler Gruntfile.js

Currently, it's split into many files, using some import mechanism, etc. and feels unintuitive.
https://github.com/ractivejs/plugin-template/blob/master/root/Gruntfile.js

I think an ordinary Gruntfile like this would be better:
https://github.com/ractivejs/Ractive-decorators-sortable/blob/master/Gruntfile.js

I know the first one was explicitly made to avoid that "configuration files can grow unwieldy" when it grows. However, I'd like to point out that most Ractive plugins are fairly simple and require a straightforward build. ...in this case, IMHO, an ordinary Gruntfile would be way simpler and intuitive than its current counterpart.

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