Skip to content

Column resize fix refactor#246

Merged
texodus merged 5 commits intomasterfrom
column-resize-fix-refactor
Sep 25, 2018
Merged

Column resize fix refactor#246
texodus merged 5 commits intomasterfrom
column-resize-fix-refactor

Conversation

@texodus
Copy link
Member

@texodus texodus commented Sep 24, 2018

Fixed issue with minimum widths of column selector when in collapsed mode, as well as autofix tasks for LESS and HTML to complement the JS and C++ ones added earlier.

package.json Outdated
"precommit": "npm run lint:autofix && git add . -u",
"lint": "eslint packages/*/src/**/*.js packages/*/test/**/*.js",
"lint:autofix": "npm run lint -- --fix && lerna run lint:autofix:clang",
"lint:autofix": "npm run lint -- --fix && lerna run lint:autofix:clang && css-beautify packages/**/src/less/*.less -r && html-beautify packages/**/src/html/*.html -r",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we split these into parallel tasks using npm-run-all ??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can and should and done.

@texodus texodus merged commit 71460cd into master Sep 25, 2018
@texodus texodus deleted the column-resize-fix-refactor branch September 25, 2018 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants