-
Notifications
You must be signed in to change notification settings - Fork 490
The bower install did not edit the index.html file #65
Comments
I don't think bower install will add the dependency to your However, I noticed that Back to your issue, if you use |
Hi Lin, thanks for the fast feedback ! I never used the grunt-wiredep command. As a newbie grunt, bower and AngularJS user, that the "bower install" command edits my app/install.html file to add the necessary include file, usually one file indeed. Will that also be the case with your module ? |
Well I tried to use directly For a good start, I suggest you to look at yeoman and the generator-angular. They are used to generate an angular project. |
Thanks Lin. I'm too much of a beginner on this to bother you further. Thanks for the animated gif ! |
It usually is the case that the bower install also edits the app/index.html file. Not so with this module. As Also I could not find the jquery and datatable includes in my app/index.html file. So I didnæt really know how to add the JS file as stated in the warning message: "You must include the JS file AFTER jQuery and DataTables!" of the getting started page.
The text was updated successfully, but these errors were encountered: