Josh

Results 20 issues of Josh

Does this work on images referenced by css as background images?

Typescript server just refuses to start: ``` TypeScript Language Server stopped unexpectedly: Task exited with a non-zero exit status: 127. ``` In the extension console I’m getting: ` /Users/josh/Library/Application Support/Nova/Extensions/apexskier.typescript/run.sh:...

bug

Awesome project—thanks! Is there any way that this tool can reload on the devices when the page is reloaded in Chrome? This is the only thing that would make a...

We should add the ability to gracefully handle 404 pages. Here is an exampe of how to do it with Browsersync: ``` 'use strict'; const content_404 = fs.readFileSync(path.join(__dirname, '404.html')); const...

All the .scss files seem to get moved into the build folder along with everything else. This can get confusing sometimes when grepping a project. Is it possible to have...

baseline

Drupal does lots of nice things when it comes to handling attributes. It would be great to bring this to Kalastatic so that 1. we can use it and it's...

It would be super handy if we were able to pass a --proxy option to browser sync when starting kalastatic. This would allow us to have live reloading from Drupal...

enhancement

We want to handle template inclusion for both prototype and Drupal. We have a notion of writing a custom function to include templates that can hide the ugliness. `{% inklude('template.html.twig',...

We should add some img optimization to our grunt build. Possible example in https://github.com/fosterinteractive/mainspring

enhancement

The 'markup' button on the styleguide shows the component's Twig template but that's not always useful especially for components that are made up of lots of smaller components—all you see...

discussion