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
While the reasoning behind is obviously correct I really dislike the ugly work-around needed to solve a problem npm should solve for us. Especially because this brings all sorts of nasty problems with it. What if bower is not on the PATH we run this in? How do we verify that the version is compatible? How do we handle all the OS-specific errors spawning the process and piping the output brings with it?
The dependency is absolutely massive. Currently this module with dependencies takes up 54 MB!
Instead just spawn the global bower CLI.
Related to btford/grunt-google-cdn#62
The text was updated successfully, but these errors were encountered: