Patryk Janik
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 Sass file completion for nested elements (BEM) with webpack Sass Loader.
Hi,I'm importing styles from my external file as (webpack sass-loader) : import styles from './StylesFile.scss'; And inside of StylesFile.scss I have: .special-button { &__icon { color: blue; ... -
创建于 ES6 maps in Typescript in Node.js
Hay, I made something like that : this.mapTest = new Map();this.mapTest.set('test', 'Im here');console.log(this.mapTest.get('test')); Unfortunattelly I put breakpoint after console log and my this... -
创建于 Block possibility of pushing on master branch from IDE.
已回答Hay, Sometimes, when I push new feature branch I forget for change for desired branch and I push on master. I know that I can't block possibility of pushing on master from repo site, but I need to ... -
已编辑于 Rearange code, code cleanup, reformat code sharing and running before git commit.
已回答Hay, I want to share Rearange code, code cleanup, reformat code intellij settings for all persons in our company to have the same settings. Additionally I also want to run this 3 features before gi... -
创建于 Intellij 2017.2 automatically delete genereted folder by webpack.
Hay, Im using Webpack and Intellij the newest version - 2017.2 And after update when I use webpack --watch command it randomly (sometimes) delete folder generated by webpack. I tried a lot of thin...