-
Notifications
You must be signed in to change notification settings - Fork 362
ignore artifacts directory when building XPI #275
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
Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
dd8f3a0
script to remove artifacts dir
iamVP7 32ebf32
added null check
iamVP7 b50b890
added undefined check
iamVP7 ac40fb5
modified build.js
iamVP7 31b705c
added the toString() method
iamVP7 d9510d0
added the toString() method
iamVP7 7abbbf2
added the toString() method to var
iamVP7 050ca03
changed tostring
iamVP7 a09b229
removed toString()
iamVP7 9547f85
added new String()
iamVP7 cbb05d3
removed String()
iamVP7 430d37d
added path comparision using path.resolve method in nodejs
iamVP7 b729923
added undefined check
iamVP7 67f7565
Modified construcotr in FileFilter
iamVP7 724874d
rebasing
iamVP7 7f5d7f1
modified build.js
iamVP7 af53c1a
added the toString() method
iamVP7 e503a92
added the toString() method
iamVP7 86f78ca
added the toString() method to var
iamVP7 7701855
changed tostring
iamVP7 476c4c5
removed toString()
iamVP7 caefb57
added new String()
iamVP7 13dc4e9
removed String()
iamVP7 4769f23
added path comparision using path.resolve method in nodejs
iamVP7 9688087
added undefined check
iamVP7 e900e24
Modified construcotr in FileFilter
iamVP7 c34bb5f
Merge branch 'master' of https://github.com/mozilla/web-ext.git
iamVP7 eb8e139
Added variable filePathsToIgnore
iamVP7 bcb8c3c
Merge remote-tracking branch 'Mozilla/master'
iamVP7 7585db1
Merging with Mozilla repo
iamVP7 05984c6
Removed trailing unwanted spaces
iamVP7 97b13a3
Added Test Case
iamVP7 43cbb08
delete .project file
iamVP7 e4789bf
Merge branch 'master' of https://github.com/mozilla/web-ext.git
iamVP7 94c1906
Merging from Mozilla/web-ext
iamVP7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You don't need to create a temp directory. This argument doesn't have to be a real path. It could simply be
/example/path/to/web-ext-artifacts
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.
I'd like to see one other array item in this list for the purposes of the test. Then you can add an additional
filter.wantFile(...)
assertion to make sure both array items return false.