Karl Stanton

Results 21 comments of Karl Stanton

I'm attempting to lint a rather large codebase, I've noticed that gulp-gjslint cannot handle the amount of JS files (around 350). And just putters out at around 9 or so....

I'm also having this problem, though I suspect it could be a deeper issue (I am running `nvm`, I haven't dug to much into that yet...): Without `nvm`: ``` $...

Running the above in my project directory: ``` $ npm ls postcss [email protected] /Users/xxxx/my-project ├── UNMET PEER DEPENDENCY jshint@^2.5.0 └── [email protected] $ npm ls stylelint [email protected] /Users/xxxx/my-project ├── UNMET PEER...

@FredyC I tried to use the changes from your PR, I received this error: ``` SublimeLinter: stylelint: styles.css ['/Users/xxxx/my-project/node_modules/.bin/stylelint', '--config', '/Users/xxxx/my-project/.stylelintrc'] SublimeLinter: stylelint output: /Users/xxxx/my-project/node_modules/stylelint/dist/rules/indentation/index.js:230 var hierarchyMap = new Map();...

That's my point. My default node instance is `0.10.32`. I use nvm to use `5.x`... So there's something to think about there.

Exactly. Hopefully this helps others.

Also, custom yield tags don't work with more than one hyphen This works: ``` {{#yield-mycustom}} Some global div {{/yield-mycustom}} ``` This doesn't: ``` {{#yield-my-custom}} Some global div {{/yield-my-custom}} ```

Mac user here. [I formatted it](https://docs.google.com/document/d/1AxJVR-o1UsTDf4eO2ZiYK0yW0ekb4i8i2doUX1KruGM/edit?usp=sharing) (to a level of legibility I was happy with) with Google Docs. No images, though.

Thank you, @Edzelf !