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

npm install doesn't do bower install #362

Open
stuartpb opened this issue Sep 9, 2014 · 0 comments
Open

npm install doesn't do bower install #362

stuartpb opened this issue Sep 9, 2014 · 0 comments

Comments

@stuartpb
Copy link

stuartpb commented Sep 9, 2014

Running the setup instructions in the README results in the app not having any of its static dependencies. bower install needs to be added as a prepublish script in package.json (with some inane command-line option iirc so it doesn't freeze asking if you want to do analytics).

Try bower install --config.interactive=false && grunt build

alternately you could just vendor all this stuff into the source the way Bower apparently expects everybody to do

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

1 participant