-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix cache issue in levels-to-bemdecl tech #229
Commits on Mar 30, 2016
-
blond committed
Mar 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 588ad07 - Browse repository at this point
Copy the full SHA 588ad07View commit details -
blond committed
Mar 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 75acd59 - Browse repository at this point
Copy the full SHA 75acd59View commit details -
chore: update
bem-naming
to1.0.0
blond committedMar 30, 2016 Configuration menu - View commit details
-
Copy full SHA for d62cb0c - Browse repository at this point
Copy the full SHA d62cb0cView commit details -
The `node.getLevelNamingScheme` and the `node.setLevelNamingScheme` methods will be removed in `[email protected]`.
blond committedMar 30, 2016 Configuration menu - View commit details
-
Copy full SHA for e9aa853 - Browse repository at this point
Copy the full SHA e9aa853View commit details -
Merge pull request enb#209 from enb/issue-208
Got rid of scheme builders
Configuration menu - View commit details
-
Copy full SHA for b055ad1 - Browse repository at this point
Copy the full SHA b055ad1View commit details
Commits on Apr 6, 2016
-
Removed redundant code from
deps-old
moduleblond committedApr 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f9c11ef - Browse repository at this point
Copy the full SHA f9c11efView commit details -
Removed redundant code from
deps-resolver
moduleblond committedApr 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f22cc90 - Browse repository at this point
Copy the full SHA f22cc90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ede42 - Browse repository at this point
Copy the full SHA 15ede42View commit details -
blond committed
Apr 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 3b9a84f - Browse repository at this point
Copy the full SHA 3b9a84fView commit details
Commits on Apr 14, 2016
-
blond committed
Apr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for cbe968f - Browse repository at this point
Copy the full SHA cbe968fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad533fd - Browse repository at this point
Copy the full SHA ad533fdView commit details -
blond committed
Apr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for e045748 - Browse repository at this point
Copy the full SHA e045748View commit details -
Merge pull request enb#214 from enb/issue-213
Remove deprecated options
Configuration menu - View commit details
-
Copy full SHA for 97a2b50 - Browse repository at this point
Copy the full SHA 97a2b50View commit details
Commits on Apr 21, 2016
-
The `mock-fs` does not support `require` for Node.js 4. Because of this test failed with error: ``` Cannot find module 'path/to/file.js ```
blond committedApr 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 33efab2 - Browse repository at this point
Copy the full SHA 33efab2View commit details -
chore: update
mock-fs
to3.8.0
blond committedApr 21, 2016 Configuration menu - View commit details
-
Copy full SHA for cfe561b - Browse repository at this point
Copy the full SHA cfe561bView commit details -
chore: update
mock-enb
to0.3.2
blond committedApr 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 8686e7e - Browse repository at this point
Copy the full SHA 8686e7eView commit details -
test: run tests in node 4 and 5
blond committedApr 21, 2016 Configuration menu - View commit details
-
Copy full SHA for efce8be - Browse repository at this point
Copy the full SHA efce8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d15133 - Browse repository at this point
Copy the full SHA 0d15133View commit details
Commits on Apr 29, 2016
-
refactor: change the format of level introspection
**Example of new format:** ``` { button__text: [ { entity: { block: ‘button’, elem: ‘text’ }, tech: ‘css’, path: ‘path/to/file.ext’, level: ‘path/to/level’ }, /* ... */ ], /* ... */ } ``` With this introspection format to easily get a list of files named entity. **What has been done?** * Use `bem-walk` to scan levels. * Use `bem-naming` to get id of BEM entity. * Add `BundleIntrospection` class to work with introspection of levels for one bundle. * Rewrite `levels` tech with `build-flow`. * Use promises with `node.buildState` to avoid scanning the same levels multiple times. * Don't read files for directories (example i18n), it should do `files` tech.
blond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for f865d31 - Browse repository at this point
Copy the full SHA f865d31View commit details -
refactor: remove
level
andlevels
classesNow the `bem-walk` is used to scan.
blond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for e5c0a26 - Browse repository at this point
Copy the full SHA e5c0a26View commit details -
test: fix tests for
levels
techblond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 438fe3c - Browse repository at this point
Copy the full SHA 438fe3cView commit details -
refactor: support new introspection format for
levels-to-bemdecl
techblond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 20511d9 - Browse repository at this point
Copy the full SHA 20511d9View commit details -
test: fix techs for
levels-to-bemdecl
techblond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for b38f946 - Browse repository at this point
Copy the full SHA b38f946View commit details -
refactor: support new introspection format for
deps
techblond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for ffcd410 - Browse repository at this point
Copy the full SHA ffcd410View commit details -
refactor: support new introspection format for
deps-old
techblond committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for c11dc49 - Browse repository at this point
Copy the full SHA c11dc49View commit details
Commits on May 4, 2016
-
refactor: support new introspection format for
files
techblond committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for e86d28c - Browse repository at this point
Copy the full SHA e86d28cView commit details -
node: remove support Node.js 0.10 and 0.12
blond committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 77dcb38 - Browse repository at this point
Copy the full SHA 77dcb38View commit details -
test: fix describe for
deps-by-tech-to-bemdecl
techblond committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 666ac5c - Browse repository at this point
Copy the full SHA 666ac5cView commit details -
blond committed
May 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 6498856 - Browse repository at this point
Copy the full SHA 6498856View commit details -
Exactly the same benchmarks in `bem-walk` repository
blond committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 4253965 - Browse repository at this point
Copy the full SHA 4253965View commit details
Commits on May 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ccf4482 - Browse repository at this point
Copy the full SHA ccf4482View commit details
Commits on May 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f856716 - Browse repository at this point
Copy the full SHA f856716View commit details -
Merge pull request enb#219 from vithar/patch-1
API moved to bottom of list
Configuration menu - View commit details
-
Copy full SHA for adab821 - Browse repository at this point
Copy the full SHA adab821View commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8a70520 - Browse repository at this point
Copy the full SHA 8a70520View commit details -
Merge pull request enb#222 from vithar/remove-bem-project.md
Remove 'docs/bem-project.md' file
Configuration menu - View commit details
-
Copy full SHA for a758bb0 - Browse repository at this point
Copy the full SHA a758bb0View commit details
Commits on Jun 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f07a7c1 - Browse repository at this point
Copy the full SHA f07a7c1View commit details
Commits on Jun 24, 2016
-
Replaced *.bemhtml with *.bemhtml.js [issue 404]
godfreyd committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 749ef42 - Browse repository at this point
Copy the full SHA 749ef42View commit details
Commits on Jul 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d3108a7 - Browse repository at this point
Copy the full SHA d3108a7View commit details
Commits on Jul 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cfbfdfc - Browse repository at this point
Copy the full SHA cfbfdfcView commit details
Commits on Jul 8, 2016
-
Merge pull request enb#226 from enb/godfreyd-iss404
Replaced *.bemhtml with *.bemhtml.js [issue 404]
Configuration menu - View commit details
-
Copy full SHA for a877bed - Browse repository at this point
Copy the full SHA a877bedView commit details
Commits on Aug 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 049f51a - Browse repository at this point
Copy the full SHA 049f51aView commit details