-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Feature/rewrite urls #3248
Merged
Merged
Feature/rewrite urls #3248
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cb4a577
Rename relativeUrls option to rewriteUrls
jhnns b95c294
Refactor contexts.js
jhnns 99df16a
Add missing tests for url rewriting
jhnns e80a91d
Rename rewrite-urls option value to explicit-relative
jhnns bfc7812
Add missing tests for url rewriting
jhnns 5ede205
Merge remote-tracking branch 'upstream/master' into feature/rewrite-urls
jhnns c2eea6b
Refactor rewrite urls options
jhnns 78b5254
Re-add tests for deprecated relative-urls option
jhnns 2e73a02
Improve tests
jhnns 2a4dfec
Fix typo in unknown argument warning
jhnns e0b7a6b
Revert old tests to deprecated relativeUrls option again
jhnns b94f041
Added more CSS Grid tests
matthew-dean 3a2f805
Merge branch 'master' of https://github.com/less/less.js
matthew-dean f11f8b0
Merge branch 'master' of https://github.com/less/less.js
matthew-dean aa376d8
Merge branch 'master' into feature/rewrite-urls
matthew-dean a08c434
All tests passing
matthew-dean 0246ade
Merge branch 'master' into feature/rewrite-urls
matthew-dean f0ab5be
Merge branch 'master' into feature/rewrite-urls
matthew-dean 4f20273
Merge branch 'master' into feature/rewrite-urls (#3282)
calvinjuarez 8c237de
Merge branch 'master' into feature/rewrite-urls
matthew-dean 6e75e33
Rewrite the rewriteUrls feature to use same pattern as strictMath-to-…
matthew-dean 07fd5be
Merge branch 'master' into feature/rewrite-urls
matthew-dean 8b63b49
Update console warning for --relative-urls
matthew-dean 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 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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module.exports = { | ||
Math: { | ||
ALWAYS: 0, | ||
PARENS_DIVISION: 1, | ||
PARENS: 2, | ||
STRICT_LEGACY: 3 | ||
}, | ||
RewriteUrls: { | ||
OFF: 0, | ||
LOCAL: 1, | ||
ALL: 2 | ||
} | ||
}; |
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
This comment was marked as resolved.
Sorry, something went wrong.