forked from CodeByZach/pace
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels