You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed via bower: "google-code-prettify": "~1.0.3",
When I run things through amdclean, this is the only module that isn't being found.
I can see that the require('google-code-prettify') gets converted to just a variable of 'google_code_prettify;', but this variable isn't referenced at the top of the file like the other requires are.
Here is how I'm using amdclean (and the hacky workaround for now):
I've installed via bower: "google-code-prettify": "~1.0.3",
When I run things through amdclean, this is the only module that isn't being found.
I can see that the require('google-code-prettify') gets converted to just a variable of 'google_code_prettify;', but this variable isn't referenced at the top of the file like the other requires are.
Here is how I'm using amdclean (and the hacky workaround for now):
The text was updated successfully, but these errors were encountered: