Tomasz Ducin
Tomasz Ducin
Hello, Is there any way I can use angular-seo without a custom proxy server? For example, can I dump static files to be served for the crawlers so that I...
I'd appreciate if there was a comparison of `lite-server` with [`http-server`](https://www.npmjs.com/package/http-server) which is the most popular www dev server for node.js (according to npm, 3 times more downloads than lite).
I've got the following ending on my blog template: ``` window.onload=function(){ Rainbow.color(); }; Rainbow.color(); ``` And rainbow doesn't work, although code is correctly installed into the www page. The last...
At the [main webpage](http://getbem.com/) go to FAQ section and click on: > — Why do I need CSS classes for block instead of using semantic custom tags? and you'll be...
Hello, Is there any possibility to dump webpack documentation and/or tutorials to PDF and/or mobi files?
Dear Team, I respect all your work, it's really really great! Thank you :) However, I see this generator is outdated quite much and nothing going on right now with...
Hello, I've downloaded the project, executed `npm install` and `npm start`, as stated in the docs and I get following error: ``` $ npm start > [email protected] start C:\Users\Tomasz.Ducin\Development\learn\angular\reactive-patterns-course >...
Hi @bcherny, Once again, thanks for your great work! I'm having a strange situation, might be considered as a bug, or a feature... depends on your interpretation. For me it's...
How about adding `docson` to npm registry, so that non-bower developers may use docson? Many people say that `npm` will replace `bower` soon (and bower will become useless), one may...