Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Example: How to install third party libs #137

Closed
hano opened this issue Dec 16, 2013 · 2 comments
Closed

Example: How to install third party libs #137

hano opened this issue Dec 16, 2013 · 2 comments

Comments

@hano
Copy link
Contributor

hano commented Dec 16, 2013

Thanks james agada for this idea based on the discussion https://groups.google.com/forum/#!topic/themproject/SaOW8uqTuos

@stefanbuck
Copy link

Run the following command in your project directory.

bower install <package> --save

At the moment (see) bower isn't responsible for adding files to your app/index.html file. We need to do that ourselves. Add your script tag between <script src="bower_components/themproject/dist/themproject.js"></script> and <!-- endbuild -->.

<script src="bower_components/themproject/dist/themproject.js"></script>
<script src="bower_components/<package>/../<filename>.js"></script>
<!-- endbuild -->

That's it!

@hano
Copy link
Contributor Author

hano commented Dec 17, 2013

We should find a smarter solution for that. #138

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

No branches or pull requests

2 participants