Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use with grunt-bower-install #21

Closed
deepfriedmind opened this issue Feb 18, 2014 · 2 comments
Closed

Can't use with grunt-bower-install #21

deepfriedmind opened this issue Feb 18, 2014 · 2 comments

Comments

@deepfriedmind
Copy link

When trying to use it with grunt-bower-install I get the following message:

cookies-js was not injected in your file.
Please go take a look in "app/bower_components/cookies-js" for the file you need, then manually include it in your file.

If added manually within bower HTML comments, it will be removed when using grunt-bower-install.

@ScottHamper
Copy link
Owner

I haven't used Grunt or grunt-bower-install, but this issue may be because Bower installs stuff based on semver tag branches and the most recent tag branch does not have a proper 'bower.json' file in it.

What happens if you try having grunt-bower-install run
bower install cookies-js#master?

I'd like to create a new tag branch release soon, but I want to resolve Issue #18 first.

@ScottHamper
Copy link
Owner

Hey Andreas,

I've created a 0.3.2 tag branch for Cookies.js that Bower will now download after running bower install cookies-js. This release has a proper bower.json file, so I am optimistic that it will play nicely with grunt-bower-install.

I'm going to close out this issue for now, but if you continue to experience issues then feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants