David Ollerhead
David Ollerhead
Hi there, I'm doing a bit of work integrating the lazySizes responsive image plugin into my jekyll site initially setup with this great generator. To do this, I need to...
I'm having trouble incorporating grunt-critical into my workflow. I'm on a jekyll site with grunt-usemin, handling cachebusting amongst other tasks. As a result, I can't directly reference the css file...
It doesn't look like this is currently supported by the loader, but please correct me if I'm wrong! In my webpack.config.js ``` js resolve: { alias: { // Allow friendly...
Hi guys, Is there a way to pass a path to `.jshintrc`? The structure of my app has recently changed so i'm now requiring files in sibling folders to the...
Hi there, Am I right in that this currently supports a subset of the available ionic icons? It seems most of the `ios-{ICON}-outline` variants are missing? Take for example `ios-calendar-outline`...
Am having trouble populating the editor after it has been initialised. The documentation says you can access the instance and write to it via something like. ``` javascript $('#textarea-id').wysihtml5().data("wysihtml5").editor.setValue('test'); ```...
`parker -n path/to/styles.css` Returns the help feedback, as if the option I'm passing is `-h` If I remove the option entirely, it runs fine, so i'm confident the path isn't...
Hi there, Bumping to `v1.1.1` for the improved templating options, my font is now coming out rather distorted. Some examples:   The relevant grunt options: ``` engine: "node", hashes:...