Jonas Grimfelt

Results 63 comments of Jonas Grimfelt

@thomaspark I could fix it, but how do I do it? From Algolia docs it sounds like it is a dashboard thing. I cannot find anything in the code that...

@redox Oh sorry, I must have been blind today because I neither noticed your comment or the `attributesToIndex` line in the code. Simple fix in other words.

@thomaspark Good point, that would be useful.

@redox Any input?

Letting other users add tags is almost a platform in itself, very complex and not necessarily will lead to quality content. If there was a synonym list that could be...

@thomaspark The best practice for that is to use a build task that compiles into `dist` the files you need. Having an entire tree of bower components hanging in versioning...

Sure, I could do a PR proposal. I find a lot of value in this project, it is really solving a problem for designers/developers. I actually got some more ideas/reflections...

Did a minimalistic solution using `Grunt` `copy` task. Later on `Webpack` makes sense when codebase is refactored, but as GlyphSearch is not modularized (ES6/CommonJS/AMD) that didn't make much sense.

@jerone Assuming Bower components where designed the same way, they are not - Bower Components spec is a complete mess, everyone do their own file structure. Grunt copy task is...

@jerone @thomaspark probably can decide what is preferable for this project though.