Skip to content

Grunt needs to be run for npm release #1

@benwiley4000

Description

@benwiley4000

The original module is bad for npm since it specifies an AMD module name, which must match the name of the npm package, or else. Since the npm module is called pace-progress, and the AMD module is called pace, a bundler like browserify or webpack won't be able to resolve the dependency.

Removing that from the coffeescript file was great, but I had to run Grunt on my own fork to get it working; the built javascript files still specify an AMD module name.

Thanks 😃

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