Patryk Janik
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created 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; ... -
Created 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... -
Created Block possibility of pushing on master branch from IDE.
AnsweredHay, 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 ... -
Edited Rearange code, code cleanup, reformat code sharing and running before git commit.
AnsweredHay, 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... -
Created 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...