-
Notifications
You must be signed in to change notification settings - Fork 406
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
Pattern Lab Node v1.1.0 #243
Merged
Merged
Conversation
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
… not found correctly under all circumstances added unit test, confirmed with shipped patterns too closes #211
Fix issue where partials containing styleModifiers with integers were…
to use path.resolve and/or path.join rather than manual string concatenation to manipulate paths. Conflicts: builder/patternlab.js builder/pseudopattern_hunter.js test/engine_handlebars_tests.js test/pattern_assembler_tests.js
…lineage, and style modifiers. still need to look into list items also, may be a bug with repeated style modifiers, which i think is a regression.
…passing it by reference. this avoids pollution of patterns with style modifier data fixes #190
Issue 190
Fuzzy pattern support
Configurable paths galore
Fix gulpfile issues with copying and watching css files.
Conflicts: builder/patternlab.js test/pattern_assembler_tests.js
…rable-paths-galore
got reintroduced. Git happens
Update gulp direction in README
Root out a few more hard-coded paths
…nLovely/patternlab-node into EvanLovely-feature/enable-as-dependency
…n move everything at once remove sass config from patternlab for now
…to avoid overwrites
Created /core/ and moved styleguide
This minor refactor allows for pattern links insde `_data.json` as well as pattern `*.json` objects Also notice the RegExp has been updated to only match `link\.[A-z0-9-_]` to avoid matching `link123something` or `link*something`
…th problems. added watch for fonts and images folder
unit test coverage closes #240
added as part of #240
bugfix: #171 pattern links inside base data object
Starting check through all changes upgrade instructions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.