-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dude, JS files don't install anymore! Or something...
The release/ directory is empty...
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msafi what has that to do with this PR?
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msafi +1
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PascalPrecht Looks like you fixed the line that tells bower to ignore all your project's JS files. Now when I install through bower, I don't get any JavaScript files...
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msafi hah! Good catch! Actually, I fixed the bower.json to get the project installed locally. Pinging @nateabele here.
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, so (since I don't use Bower and I have no idea) what needs to happen here?
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nateabele I'm not sure, but I think the ignore section of bower.json specifies patterns for files that you want Bower to ignore when a user does
bower install
. It's now ignoring all JS files because of the*.js
pattern. So, delete line 10.eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, is there any way to test this before I just do it?
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nateabele Just remove the "*.js" from ignore and you're good (PR: #768). To test it yourself:
It would be nice if you could create a new tag 0.2.9 for this fix. So that I can type bower install angular-ui-router#0.2.9 instead of using the SHA1
eed3cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any updates? need help with anything?