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
Not only does it inject the Skeuocard JS file twice (one minified), it also includes jQuery which I've already got in my project. I'm no expert at all with bower, but it seems there's a way to check to see if the project already has jQuery, and if it doesn't, to go ahead and install it.
The text was updated successfully, but these errors were encountered:
I definitely agree that it would be ideal to just have one script tag for skeuocard.js. Including jquery defeats the purpose of bower where one is looking to include bower dependencies rather than coupled vendor code. Can you use bower.json to include other dependencies?
I've got a project with quite a few bower packages in it. When I run
bower install skeuomorph -S
, it injects some redundant stuff:Not only does it inject the Skeuocard JS file twice (one minified), it also includes jQuery which I've already got in my project. I'm no expert at all with bower, but it seems there's a way to check to see if the project already has jQuery, and if it doesn't, to go ahead and install it.
The text was updated successfully, but these errors were encountered: